about summary refs log tree commit diff homepage
path: root/atom.xslt
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2024-10-04 15:43:44 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-10-04 15:43:44 +0900
commite348476a62f1a14f3f1818bb95de61f1d836c667 (patch)
treeaeda1c2a571038c79979c97c5f8ba4f479df5730 /atom.xslt
parentcbff30f402f4c7f87a478a675e0e6fd314112749 (diff)
downloadpx-e348476a62f1a14f3f1818bb95de61f1d836c667.tar.gz
Start page 15
Diffstat (limited to 'atom.xslt')
-rw-r--r--atom.xslt5
1 files changed, 4 insertions, 1 deletions
diff --git a/atom.xslt b/atom.xslt
index bd7f563..5a2e964 100644
--- a/atom.xslt
+++ b/atom.xslt
@@ -47,7 +47,7 @@
         <email>cnx@loang.net</email>
       </author>
       <rights>CC BY-SA 4.0</rights>
-      <updated>2023-10-15T05:50:17Z</updated>
+      <updated>2024-10-04T15:42:29Z</updated>
       <xsl:apply-templates select="document('00/index.xml')/page"/>
       <xsl:apply-templates select="document('01/index.xml')/page"/>
       <xsl:apply-templates select="document('02/index.xml')/page"/>
@@ -61,6 +61,9 @@
       <xsl:apply-templates select="document('10/index.xml')/page"/>
       <xsl:apply-templates select="document('11/index.xml')/page"/>
       <xsl:apply-templates select="document('12/index.xml')/page"/>
+      <xsl:apply-templates select="document('13/index.xml')/page"/>
+      <xsl:apply-templates select="document('14/index.xml')/page"/>
+      <xsl:apply-templates select="document('15/index.xml')/page"/>
     </feed>
   </xsl:template>
 </xsl:stylesheet>