mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Fix broken link on blog page
This commit is contained in:
parent
05fb7c9b42
commit
3dce53d899
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
{% endblock title %}
|
||||
|
||||
{% block header %}
|
||||
<a href=".">{{ blog.title }}</a>
|
||||
<a href="/~/{{ blog.fqn }}">{{ blog.title }}</a>
|
||||
{% endblock header %}
|
||||
|
||||
{% block content %}
|
||||
|
|
Loading…
Reference in a new issue