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

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

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