First blog post

This commit is contained in:
Isaac
2022-09-07 09:14:07 -03:00
commit 837ed93129
25 changed files with 1446 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<article>
<header>
<h2><a href='@|uri-path|'>@|title|</a></h2>
<p class='date-and-tags'>@|date| :: @|tags|</p>
<p class='authors'>By: @|authors|</p>
</header>
@|content-only|
@(when more?
@list{<footer>
<a href='@|uri-path|'>&hellip; more &hellip;</a>
</footer>})
</article>