forked from github.com/blag
renamed old sg stuff to blag
This commit is contained in:
13
blag/templates/archive.html
Normal file
13
blag/templates/archive.html
Normal 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 %}
|
||||
1
blag/templates/article.html
Normal file
1
blag/templates/article.html
Normal file
@@ -0,0 +1 @@
|
||||
{{ content }}
|
||||
Reference in New Issue
Block a user