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>
|
</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 →
|
</xsl:attribute>
|
||||||
</a>
|
Read more →
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
Reference in a new issue