mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 21:11: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 %}
|
{% endblock title %}
|
||||||
|
|
||||||
{% block header %}
|
{% block header %}
|
||||||
<a href=".">{{ blog.title }}</a>
|
<a href="/~/{{ blog.fqn }}">{{ blog.title }}</a>
|
||||||
{% endblock header %}
|
{% endblock header %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
Loading…
Reference in a new issue