mirror of
https://github.com/youwen5/blog.git
synced 2025-03-14 11:31:10 -07:00
14 lines
329 B
HTML
14 lines
329 B
HTML
<main>
|
|
<article>
|
|
<header>
|
|
<h1 class="text-4xl">
|
|
<a href=".$url$">$title$</a>
|
|
</h1>
|
|
<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>
|