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
+1 -1
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 %}