fix: spacing

This commit is contained in:
Cory Dransfeldt 2023-08-04 15:03:22 -07:00
parent 740bd727d5
commit 906db9fa5f
No known key found for this signature in database

View file

@ -95,13 +95,15 @@
</a>
</h3>
<div class="h-14 flex items-center text-sm">
<xsl:value-of select="atom:updated"/><br/><br/>
<a>
<xsl:attribute name="href">
<xsl:value-of select="atom:link/@href"/>
</xsl:attribute>
Read more &#x2192;
</a>
<span>
<xsl:value-of select="atom:updated"/>
<a>
<xsl:attribute name="href">
<xsl:value-of select="atom:link/@href"/>
</xsl:attribute>
Read more &#x2192;
</a>
</span>
</div>
</div>
</xsl:template>