This commit is contained in:
Yax 2019-08-17 16:48:52 +02:00
parent 0538f61b5a
commit ac45ac1b6c
193 changed files with 12172 additions and 128 deletions

5
layout/post.html Normal file
View file

@ -0,0 +1,5 @@
<article>
<h1><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h1>
<p class="meta">Published on {{ date }} by <b>{{ author }}</b></p>
{{ content }}
</article>