website/themes/nervproject/templates/author.html

4 lines
137 B
HTML
Raw Normal View History

2019-03-21 02:22:40 +01:00
{% extends "index.html" %}
{% block title %} – {{ _('Posts by %(name)s', name=author) }}:{% endblock %}
{% set summarise = True %}