fix: spacing
This commit is contained in:
parent
740bd727d5
commit
906db9fa5f
1 changed files with 9 additions and 7 deletions
|
@ -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 →
|
||||
</a>
|
||||
<span>
|
||||
<xsl:value-of select="atom:updated"/> •
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="atom:link/@href"/>
|
||||
</xsl:attribute>
|
||||
Read more →
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
|
Reference in a new issue