Initial commit
This commit is contained in:
commit
bda33ef628
36 changed files with 4233 additions and 0 deletions
3
site/partials/footer.html
Normal file
3
site/partials/footer.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<footer>
|
||||
<p>maxfield.lol</p>
|
||||
</footer>
|
||||
8
site/partials/nav.html
Normal file
8
site/partials/nav.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<header>
|
||||
<div class="identity">
|
||||
<a class="site-title" href="/">{{site_title}}</a>
|
||||
</div>
|
||||
<nav>
|
||||
{{{nav_html}}}
|
||||
</nav>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue