Working generator & added whole site

This commit is contained in:
Thomas
2021-03-28 15:54:59 +02:00
commit 19123fa85a
82 changed files with 1785 additions and 0 deletions

12
templates/article.hbs Normal file
View File

@@ -0,0 +1,12 @@
<div class="contentContainer">
<article>
<h1>{{post.title}}</h1>
<h5>{{post.date}}</h5>
<hr/>
{{{post.body}}}
<hr/>
<footer>
<a class="footer" href="/">gltronic - 2021</a>
</footer>
</article>
</div>