mirror of
https://github.com/balkian/balkian.github.com.git
synced 2024-11-13 07:02:29 +00:00
89639de380
It used to add <h2> from the page title
6 lines
148 B
HTML
6 lines
148 B
HTML
{% extends "index.html" %}
|
|
{% block site_title %}{{ tag }}{% endblock %}
|
|
{% block pre_articles %}
|
|
<h1>Entries tagged: {{ tag }}</h1>
|
|
{% endblock %}
|