Remove unused template.
This commit is contained in:
parent
5a87cdb83b
commit
03c3efa0e3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11986
1 changed files with 0 additions and 6 deletions
|
|
@ -23,10 +23,4 @@
|
|||
<xsl:value-of select="ancestor::day/name"/>:<xsl:value-of select="count(preceding-sibling::event)"/>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Generate a unique anchor for this story -->
|
||||
<xsl:template name="generate-story-anchor">
|
||||
<xsl:value-of select="ancestor::year/name"/>
|
||||
<xsl:value-of select="ancestor::month/name"/>:<xsl:text/>
|
||||
<xsl:value-of select="count(following-sibling::story)"/>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue