comparison: theme/templates/author.html
theme/templates/author.html
- changeset 36
- 9507107a1133
equal
deleted
inserted
replaced
|
1 {% extends "index.html" %} |
|
2 {% block title %} Articles by {{ author }} - {{ SITENAME }}{% endblock %} |
|
3 {% block navclass %}{%endblock%} |
|
4 {% block content_title %} |
|
5 <h2>Articles by {{ author }}</h2> |
|
6 {% endblock %} |
|
7 |