1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-24 04:32:20 +00:00

Fixed bug in title

It used to add <h2> from the page title
This commit is contained in:
J. Fernando Sánchez
2016-02-03 19:23:16 +01:00
parent dd10587f27
commit 89639de380
6 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block content_title %}
{% block site_title %}
{{ article.title }}
{% endblock %}
{% block content %}