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
commit 9650fdbfb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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