diff options
Diffstat (limited to 'atom.xslt')
-rw-r--r-- | atom.xslt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atom.xslt b/atom.xslt index 38ec00c..5aa5b86 100644 --- a/atom.xslt +++ b/atom.xslt @@ -59,6 +59,7 @@ <xsl:apply-templates select="document('08/index.xml')/page"/> <xsl:apply-templates select="document('09/index.xml')/page"/> <xsl:apply-templates select="document('10/index.xml')/page"/> + <xsl:apply-templates select="document('11/index.xml')/page"/> </feed> </xsl:template> </xsl:stylesheet> |