mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 05:21:00 +00:00
Merge pull request #242 from Atul9/fix-broken-link
#227 Fix broken link on blog page
This commit is contained in:
commit
9650fdbfb5
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