mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 19:41:03 +00:00
Fix #128
This commit is contained in:
parent
a9f95c91e2
commit
5f1de3f9ce
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue