Skip to content

Commit

Permalink
tweak my web site xslt
Browse files Browse the repository at this point in the history
  • Loading branch information
Fletcher T. Penney authored and Fletcher T. Penney committed Jan 27, 2010
1 parent bd1140f commit b06bea1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions XSLT/xhtml-static-site.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@
<div class="date"><xsl:value-of select="/xhtml:html/xhtml:head/xhtml:meta[translate(@name,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz') = 'date']/@content"/>
</div>
</xsl:if>
<xsl:if test="/xhtml:html/xhtml:head/xhtml:meta[translate(@name,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz') = 'tags-disabled']/@content != ''">
<div class="tags">Tags: <xsl:value-of select="/xhtml:html/xhtml:head/xhtml:meta[translate(@name,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz') = 'tags']/@content"/>
</div>
<xsl:if test="/xhtml:html/xhtml:head/xhtml:meta[translate(@name,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz') = 'tags']/@content != ''">
<xsl:text disable-output-escaping="yes"><![CDATA[<!--#include virtual="/cgi/tags.cgi" -->]]></xsl:text>
</xsl:if>
<xsl:apply-templates select="@*|node()"/>
<xsl:text disable-output-escaping="yes"><![CDATA[<!--#include virtual="/templates/footer.html" -->]]></xsl:text>
Expand Down

0 comments on commit b06bea1

Please sign in to comment.