renamed old sg stuff to blag

This commit is contained in:
Bastian Venthur
2021-02-01 21:34:30 +01:00
parent e18e5f6aa1
commit 5f5a8af49b
12 changed files with 15 additions and 43 deletions

View File

@@ -0,0 +1,13 @@
<h1>Archive</h1>
{% for entry in archive %}
{% if entry.title %}
<h1><a href="{{entry.dst}}">{{entry.title}}</a></h1>
{% endif %}
{% if entry.date %}
<p>Written on {{ entry.date.date() }}.</p>
{% endif %}
{% endfor %}

View File

@@ -0,0 +1 @@
{{ content }}