fix helpppp
This commit is contained in:
parent
aea721db7d
commit
353ba9aed6
|
|
@ -114,10 +114,10 @@ const dateISO = `${y}-${m}-${d}`;
|
|||
id="article-content"
|
||||
class="md:col-span-7 content bg-white p-8 md:p-20 prose-p:mb-4 text-[#003421] text-justify"
|
||||
>
|
||||
<article id="article-body" class="hidden">
|
||||
<article id="article-body">
|
||||
<time
|
||||
id="article-date"
|
||||
class="block text-center text-[#003421]/60 text-sm mb-8"
|
||||
class="block text-center text-[#003421]/60 text-sm mb-8 hidden"
|
||||
datetime={dateISO}
|
||||
>
|
||||
{localeDate}
|
||||
|
|
|
|||
Loading…
Reference in New Issue