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> </a>
</h3> </h3>
<div class="h-14 flex items-center text-sm"> <div class="h-14 flex items-center text-sm">
<xsl:value-of select="atom:updated"/><br/><br/> <span>
<a> <xsl:value-of select="atom:updated"/>
<xsl:attribute name="href"> <a>
<xsl:value-of select="atom:link/@href"/> <xsl:attribute name="href">
</xsl:attribute> <xsl:value-of select="atom:link/@href"/>
Read more &#x2192; </xsl:attribute>
</a> Read more &#x2192;
</a>
</span>
</div> </div>
</div> </div>
</xsl:template> </xsl:template>