pelican-mg/templates/author.html

6 lines
142 B
HTML
Raw Normal View History

2014-12-29 23:08:56 +01:00
{% extends "index.html" %}
2015-01-01 21:06:34 +01:00
{% block title %}{{ author }}{% endblock %}
2014-12-29 23:08:56 +01:00
{% block description %}{% endblock %}
2015-01-01 21:06:34 +01:00
{% include 'common_seo.html' %}