fix: drop duplicate border
This commit is contained in:
parent
63ca2be56c
commit
d81d7d6f0a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
</div>
|
</div>
|
||||||
<xsl:apply-templates select="atom:feed/atom:entry"/>
|
<xsl:apply-templates select="atom:feed/atom:entry"/>
|
||||||
</div>
|
</div>
|
||||||
<footer class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 max-w-full">
|
<footer class="prose pb-8 mt-4 text-gray-800 dark:text-white max-w-full">
|
||||||
<div>
|
<div>
|
||||||
<p class="mb-0">
|
<p class="mb-0">
|
||||||
<strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong>
|
<strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong>
|
||||||
|
|
Reference in a new issue