diff options
Diffstat (limited to 'themes/nojs/templates/author.html')
| -rw-r--r-- | themes/nojs/templates/author.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/nojs/templates/author.html b/themes/nojs/templates/author.html new file mode 100644 index 0000000..a190194 --- /dev/null +++ b/themes/nojs/templates/author.html @@ -0,0 +1,8 @@ +{% extends "index.html" %} + +{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %} + +{% block content_title %} +<h2>Articles by {{ author }}</h2> +{% endblock %} + |
