re-centered stuff by putting it into an article element
This commit is contained in:
parent
ae7fe28e58
commit
c1b66989ea
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue