Make use of favicon specified in the config file
This commit is contained in:
parent
68d8233010
commit
6468d23e73
@ -193,9 +193,14 @@
|
|||||||
<!-- entry title -->
|
<!-- entry title -->
|
||||||
<xsl:text> </xsl:text>
|
<xsl:text> </xsl:text>
|
||||||
<h3>
|
<h3>
|
||||||
<xsl:if test="atom:source/atom:icon">
|
<xsl:choose>
|
||||||
|
<xsl:when test="atom:source/atom:icon">
|
||||||
<img src="{atom:source/atom:icon}" class="icon"/>
|
<img src="{atom:source/atom:icon}" class="icon"/>
|
||||||
</xsl:if>
|
</xsl:when>
|
||||||
|
<xsl:when test="atom:source/planet:favicon">
|
||||||
|
<img src="{atom:source/planet:favicon}" class="icon"/>
|
||||||
|
</xsl:when>
|
||||||
|
</xsl:choose>
|
||||||
<a>
|
<a>
|
||||||
<xsl:if test="atom:source/atom:link[@rel='alternate']/@href">
|
<xsl:if test="atom:source/atom:link[@rel='alternate']/@href">
|
||||||
<xsl:attribute name="href">
|
<xsl:attribute name="href">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user