Fixed namespace declarations in OPML and FOAF templates.
Better favicon and small tweak to Musings theme.
This commit is contained in:
parent
c0e74cc07b
commit
2be34bbd84
@ -6,7 +6,7 @@
|
|||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
xmlns:atom="http://www.w3.org/2005/Atom"
|
xmlns:atom="http://www.w3.org/2005/Atom"
|
||||||
xmlns:planet="http://planet.intertwingly.net/"
|
xmlns:planet="http://planet.intertwingly.net/"
|
||||||
xmlns="http://www.w3.org/1999/xhtml">
|
exclude-result-prefixes="atom planet">
|
||||||
|
|
||||||
<xsl:output indent="yes" method="xml"/>
|
<xsl:output indent="yes" method="xml"/>
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||||
xmlns:atom="http://www.w3.org/2005/Atom"
|
xmlns:atom="http://www.w3.org/2005/Atom"
|
||||||
xmlns:planet="http://planet.intertwingly.net/"
|
xmlns:planet="http://planet.intertwingly.net/"
|
||||||
xmlns="http://www.w3.org/1999/xhtml">
|
xmlns="http://opml.scripting.com"
|
||||||
|
exclude-result-prefixes="atom planet">
|
||||||
|
|
||||||
<xsl:output indent="yes" method="xml"/>
|
<xsl:output indent="yes" method="xml"/>
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 894 B After Width: | Height: | Size: 894 B |
@ -61,6 +61,7 @@
|
|||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
<img src="images/feed-icon-10x10.png" alt="(feed)"/>
|
<img src="images/feed-icon-10x10.png" alt="(feed)"/>
|
||||||
</a>
|
</a>
|
||||||
|
<xsl:text> </xsl:text>
|
||||||
|
|
||||||
<!-- name -->
|
<!-- name -->
|
||||||
<a href="{atom:link[@rel='alternate']/@href}">
|
<a href="{atom:link[@rel='alternate']/@href}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user