re-centered stuff by putting it into an article element

This commit is contained in:
Pagwin 2024-11-30 17:25:13 -05:00
parent ae7fe28e58
commit c1b66989ea
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -1,8 +1,10 @@
<header id="article-header"> <header id="article-header">
<h1 style="font-variant: small-caps;">{{{title}}}</h1> <h1 style="font-variant: small-caps;">{{{title}}}</h1>
<div class=" info"> <div class="info">
{{{date}}} {{{date}}}
</div> </div>
</header> </header>
<hr> <hr>
{{{content}}} <article>
{{{content}}}
</article>