blog-theme/alchemy/templates/author.html

10 lines
186 B
HTML

{% extends "index.html" %}
{% block title %}
{{ SITENAME }} — Articles by {{ author }}
{% endblock %}
{% block page_title %}
<h1>Articles by {{ author }}</h1>
{% endblock %}