Fix broken link on blog page

This commit is contained in:
Atul Bhosale 2018-09-24 23:46:32 +05:30
parent 05fb7c9b42
commit 3dce53d899
No known key found for this signature in database
GPG key ID: 9CE70EE4DDBEB4A7

View file

@ -6,7 +6,7 @@
{% endblock title %}
{% block header %}
<a href=".">{{ blog.title }}</a>
<a href="/~/{{ blog.fqn }}">{{ blog.title }}</a>
{% endblock header %}
{% block content %}