mirror of
https://github.com/youwen5/blog.git
synced 2025-03-14 03:31:10 -07:00
19 lines
453 B
HTML
19 lines
453 B
HTML
<main>
|
|
<article>
|
|
<header>
|
|
<h1 class="text-4xl">
|
|
<a href=".$url$">$title$</a>
|
|
</h1>
|
|
<p
|
|
class="mb-1 mt-2 italic text-lg text-accent-light dark:text-accent-dark"
|
|
>
|
|
$desc$
|
|
</p>
|
|
<div class="mt-2">$date$</div>
|
|
<div class="mt-1 text-sm">
|
|
$if(updated)$(last updated: $updated$)$endif$
|
|
</div>
|
|
</header>
|
|
<section class="post mt-4">$body$</section>
|
|
</article>
|
|
</main>
|