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:
@@ -1,5 +1,5 @@
|
||||
{% extends "index.html" %}
|
||||
{% block content_title %}{{ SITENAME }} - {{ tag }}{% endblock %}
|
||||
{% block site_title %}{{ tag }}{% endblock %}
|
||||
{% block pre_articles %}
|
||||
<h1>Entries tagged: {{ tag }}</h1>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user