diff options
Diffstat (limited to 'atom.xslt')
-rw-r--r-- | atom.xslt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/atom.xslt b/atom.xslt index 1bb4ecd..3d65467 100644 --- a/atom.xslt +++ b/atom.xslt @@ -53,6 +53,8 @@ </xsl:apply-templates> <xsl:apply-templates select="document('02/index.xml')/page"> </xsl:apply-templates> + <xsl:apply-templates select="document('03/index.xml')/page"> + </xsl:apply-templates> <updated>2023-01-25T10:50:00Z</updated> </feed> </xsl:template> |