summaryrefslogtreecommitdiff
path: root/themes/simple/templates/author.html
blob: 06f871dc137f64540a7be54b4682afdb00b771a1 (plain)
1
2
3
4
5
6
7
{% extends "index.html" %}

{% block title %}{{ SITENAME|striptags }} - Articles by {{ author }}{% endblock %}

{% block content_title %}
    <h2>Articles by {{ author }}</h2>
{% endblock %}