treewide: add sticker and format

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-08-31 17:57:06 +05:30
parent 5af774f08d
commit 3d03aa97e2
10 changed files with 264 additions and 171 deletions

View File

@@ -1,19 +1,10 @@
<article>
<h1 class="post-title">$title$</h1>
<section class="post-header">
Posted on $date$
$if(author)$
by $author$
$endif$<br>
$if(tags)$
Tags: $tags$
$endif$<br>
$if(modified)$
Last modified on $modified$
$endif$
</section>
<hr>
<section>
$body$
</section>
<h1 class="post-title">$title$</h1>
<section class="post-header">
Posted on $date$ $if(author)$ by $author$ $endif$<br />
$if(tags)$ Tags: $tags$ $endif$<br />
$if(modified)$ Last modified on $modified$ $endif$
</section>
<hr />
<section>$body$</section>
</article>