mirror of
https://github.com/youwen5/blog.git
synced 2025-03-14 11:31:10 -07:00
16 lines
250 B
HTML
16 lines
250 B
HTML
|
<main>
|
||
|
<article>
|
||
|
<header>
|
||
|
<h1>
|
||
|
<a href=".$url$">$title$</a>
|
||
|
</h1>
|
||
|
<div>
|
||
|
$date$ $if(updated)$(updated: $updated$)$endif$
|
||
|
</div>
|
||
|
</header>
|
||
|
<section>
|
||
|
$body$
|
||
|
</section>
|
||
|
</article>
|
||
|
</main>
|