1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2024-09-21 08:01:42 +00:00
balkian.github.com/balkiantheme/templates/tag.html
J. Fernando Sánchez 09a35b2595 Fixed html titles
2015-12-08 15:19:16 +01:00

6 lines
168 B
HTML

{% extends "index.html" %}
{% block content_title %}{{ SITENAME }} - {{ tag }}{% endblock %}
{% block pre_articles %}
<h1>Entries tagged: {{ tag }}</h1>
{% endblock %}