1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-23 20:22:20 +00:00

Migrated to Pelican

Now tags have pages, and all other visual goodies :)
This commit is contained in:
J. Fernando Sánchez
2015-01-22 23:37:23 +01:00
parent 31c7e9ec9a
commit 04c716e212
92 changed files with 1320 additions and 703 deletions

View File

@@ -0,0 +1,5 @@
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ tag }}{% endblock %}
{% block pre_articles %}
<h1>Entries tagged: {{ tag }}</h1>
{% endblock %}