chore: feed update
This commit is contained in:
parent
8fedb14dbe
commit
713c3c219e
4 changed files with 11 additions and 14 deletions
|
@ -34,11 +34,6 @@
|
|||
<div class="min-h-screen flex flex-col">
|
||||
<main class="flex-1 w-10/12 max-w-screen-sm md:max-w-screen-md mx-auto">
|
||||
<div class="flex flex-col md:flex-row md:items-center md:justify-between md:pt-10 pt-5">
|
||||
<img
|
||||
width="1"
|
||||
height="1"
|
||||
src="/404ca498061b54"
|
||||
style="display:none" />
|
||||
<h1
|
||||
class="font-black leading-tight md:pb-0 md:text-3xl pb-5 text-2xl flex flex-row items-center ">
|
||||
<span class="mr-1 icon--28 icon--bold">
|
||||
|
@ -56,7 +51,7 @@
|
|||
</div>
|
||||
<div class="pt-4 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full">
|
||||
<div class="dark:text-white text-gray-800">
|
||||
<p>{{ description }}</p>
|
||||
<p>{{ description }} <img width="1" height="1" src="/404ca498061b54" style="display:none" /></p>
|
||||
<p>
|
||||
<xsl:value-of select="atom:feed/atom:description" />
|
||||
</p>
|
||||
|
|
Reference in a new issue