Merge pull request #242 from Atul9/fix-broken-link

#227 Fix broken link on blog page
This commit is contained in:
Baptiste Gelez
2018-09-24 20:35:20 +01:00
committed by GitHub
+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 %}