diff options
-rw-r--r-- | templates/feed-styles.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/feed-styles.xsl b/templates/feed-styles.xsl index a92ee4f..5953f89 100644 --- a/templates/feed-styles.xsl +++ b/templates/feed-styles.xsl @@ -59,13 +59,13 @@ </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> |