Add microformats classes to XSL-generated content
Alan Pearce alan@alanpearce.eu
Sun, 24 Sep 2023 13:22:22 +0200
1 files changed, 3 insertions(+), 3 deletions(-)
jump to
M templates/feed-styles.xsl → templates/feed-styles.xsl
@@ -59,13 +59,13 @@ </a> </nav> <ul class="h-feed"> <xsl:for-each select="/atom:feed/atom:entry"> - <li> + <li class="h-entry"> <span> - <time> + <time class="dt-published"> <xsl:value-of select="substring(atom:updated, 0, 11)" /> </time> </span> - <a> + <a class="p-name u-url"> <xsl:attribute name="href"> <xsl:value-of select="atom:link/@href" /> </xsl:attribute>