Fix #128
This commit is contained in:
parent
a9f95c91e2
commit
5f1de3f9ce
@ -5,6 +5,10 @@
|
||||
{{ blog.title }}
|
||||
{% endblock title %}
|
||||
|
||||
{% block header %}
|
||||
<a href=".">{{ blog.title }}</a>
|
||||
{% endblock header %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ blog.title }} <small>~{{ blog.actor_id }}</small></h1>
|
||||
<p>{{ blog.summary }}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user