mirror of
https://github.com/balkian/balkian.github.com.git
synced 2024-11-13 23:22:29 +00:00
04c716e212
Now tags have pages, and all other visual goodies :)
6 lines
160 B
HTML
6 lines
160 B
HTML
{% extends "index.html" %}
|
|
{% block title %}{{ SITENAME }} - {{ tag }}{% endblock %}
|
|
{% block pre_articles %}
|
|
<h1>Entries tagged: {{ tag }}</h1>
|
|
{% endblock %}
|