about summary refs log tree commit diff homepage
path: root/atom.xslt
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-06-25 15:01:42 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-06-25 15:01:42 +0900
commit76cd244c401b3a33cf1398d8e1d4d5c2e3c77e4d (patch)
treef62ffce5963c67687be704c74f4dcbf7cf549cca /atom.xslt
parent94e339ac9b5a6b726bf114b12b077b2da3781497 (diff)
downloadpx-76cd244c401b3a33cf1398d8e1d4d5c2e3c77e4d.tar.gz
Improve Atom compliance
Diffstat (limited to 'atom.xslt')
-rw-r--r--atom.xslt3
1 files changed, 2 insertions, 1 deletions
diff --git a/atom.xslt b/atom.xslt
index d984a7a..cb81ca8 100644
--- a/atom.xslt
+++ b/atom.xslt
@@ -47,6 +47,7 @@
         <email>mcsinyx@disroot.org</email>
       </author>
       <rights>CC BY-SA 4.0</rights>
+      <updated>2023-04-28T07:13:38Z</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"/>
@@ -55,7 +56,7 @@
       <xsl:apply-templates select="document('05/index.xml')/page"/>
       <xsl:apply-templates select="document('06/index.xml')/page"/>
       <xsl:apply-templates select="document('07/index.xml')/page"/>
-      <updated>2023-02-16T17:38:00Z</updated>
+      <xsl:apply-templates select="document('08/index.xml')/page"/>
     </feed>
   </xsl:template>
 </xsl:stylesheet>