about summary refs log tree commit diff stats
path: root/templates/feed-styles.xsl
diff options
context:
space:
mode:
authorAlan Pearce2023-09-24 13:22:22 +0200
committerAlan Pearce2023-09-24 13:22:22 +0200
commit3d50e242f3834b5c93b949ae2276848dc1bf9bce (patch)
treea71dec60b6b83a91e6d1bc4705f57abdc422cdff /templates/feed-styles.xsl
parentf67f64b4022b6324a399e3b399fec8132d63a142 (diff)
downloadwebsite-3d50e242f3834b5c93b949ae2276848dc1bf9bce.tar.lz
website-3d50e242f3834b5c93b949ae2276848dc1bf9bce.tar.zst
website-3d50e242f3834b5c93b949ae2276848dc1bf9bce.zip
Add microformats classes to XSL-generated content
Diffstat (limited to 'templates/feed-styles.xsl')
-rw-r--r--templates/feed-styles.xsl6
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>