Merge pull request #242 from Atul9/fix-broken-link
#227 Fix broken link on blog page
This commit is contained in:
commit
9650fdbfb5
@ -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 New Issue
Block a user