Skip to content

Commit

Permalink
🐛 fix(stylised-feed): set proper date class
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Oct 17, 2023
1 parent 6058957 commit 6f5bd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/feed_style.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="bloglist-container">
<xsl:for-each select="/atom:feed/atom:entry">
<section class="bloglist-row bottom-divider">
<div class="date">
<div class="bloglist-meta">
<xsl:value-of select="substring(atom:published, 0, 11)"/>
</div>
<div class="bloglist-content">
Expand Down

0 comments on commit 6f5bd0b

Please sign in to comment.