fix: feed footers
This commit is contained in:
parent
9a7054ab59
commit
699e9f747c
4 changed files with 4 additions and 7 deletions
|
@ -54,8 +54,7 @@
|
|||
<xsl:apply-templates select="atom:feed/atom:entry"/>
|
||||
</ul>
|
||||
</div>
|
||||
<footer
|
||||
class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 ">
|
||||
<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">
|
||||
<div>
|
||||
<p class="mb-0">
|
||||
<strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
</div>
|
||||
<xsl:apply-templates select="atom:feed/atom:entry"/>
|
||||
</div>
|
||||
<footer class="prose pb-8 mt-4 text-gray-800 dark:text-white">
|
||||
<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">
|
||||
<div>
|
||||
<p class="mb-0">
|
||||
<strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong>
|
||||
|
|
|
@ -55,8 +55,7 @@
|
|||
<xsl:apply-templates select="atom:feed/atom:entry"/>
|
||||
</ul>
|
||||
</div>
|
||||
<footer
|
||||
class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 ">
|
||||
<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">
|
||||
<div>
|
||||
<p class="mb-0">
|
||||
<strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong>
|
||||
|
|
|
@ -56,8 +56,7 @@
|
|||
<xsl:apply-templates select="atom:feed/atom:entry"/>
|
||||
</ul>
|
||||
</div>
|
||||
<footer
|
||||
class="prose pb-8 mt-4 text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-700 ">
|
||||
<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">
|
||||
<div>
|
||||
<p class="mb-0">
|
||||
<strong class="text-gray-800 dark:text-gray-200">This is a web feed,</strong>
|
||||
|
|
Reference in a new issue