Support for guides

This commit is contained in:
2018-09-20 21:57:49 +03:00
parent 73b42aafa3
commit d89a2bae5c
4 changed files with 40 additions and 22 deletions

View File

@ -14,6 +14,7 @@
</div>
<nav>
<a href="/">Home</a>
<a href="/guides.html">Guides</a>
<a href="/about.html">About</a>
<a href="/contact.html">Contact</a>
</nav>

View File

@ -1,6 +1,6 @@
<article>
<section class="header">
Posted on $date$
Posted on $date$, modified on $modified$
$if(author)$
by $author$
$endif$