1
0
mirror of https://github.com/c0de-archive/pelican-mg.git synced 2025-01-05 13:12:49 +00:00
pelican-mg/templates/tag.html

6 lines
167 B
HTML
Raw Normal View History

2014-12-29 22:08:56 +00:00
{% extends "index.html" %}
{% block title %}{{ SITENAME }} | {{ tag|capitalize }}{% endblock %}
{% block description %}{% endblock %}
2015-01-01 20:06:34 +00:00
{% include 'common_seo.html' %}