all repos — homestead @ dcd25d02f87295e310e7fe4597ee448559fb7680

Code for my website

Add microformats classes to XSL-generated content

Alan Pearce
commit

dcd25d02f87295e310e7fe4597ee448559fb7680

parent

ae77182f6cb98bf3f6f50437c055e2f3a193e8cc

1 file changed, 3 insertions(+), 3 deletions(-)

jump to
M templates/feed-styles.xsltemplates/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>