fix: additional date fixes

This commit is contained in:
Cory Dransfeldt 2023-05-05 16:51:02 -07:00
parent ea01261952
commit 7f9dcbe44d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ xmlns:atom="http://www.w3.org/2005/Atom">
<xsl:value-of select="atom:link/@href"/>
</xsl:attribute>
<xsl:value-of select="atom:title"/>
</a>
</a><xsl:value-of select="atom:updated" />
</li>
</xsl:template>
</xsl:stylesheet>