diff options
author | Hans-Peter Oeri <hp@oeri.ch> | 2018-10-25 13:27:51 +0200 |
---|---|---|
committer | Hans-Peter Oeri <hp@oeri.ch> | 2018-10-25 13:27:51 +0200 |
commit | c8cfe63aac73a92ae02354a5306ca5480808daff (patch) | |
tree | 7bf3bcf334051dbf2f8d96981b8d199470064eac /theme/cccevents/templates/author.html | |
parent | 17a536b7ffba296f1fc71337ce8aa2910f5ed3fc (diff) |
re-do site in schiedsstelle layout
Diffstat (limited to 'theme/cccevents/templates/author.html')
-rw-r--r-- | theme/cccevents/templates/author.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/cccevents/templates/author.html b/theme/cccevents/templates/author.html new file mode 100644 index 0000000..da9423a --- /dev/null +++ b/theme/cccevents/templates/author.html | |||
@@ -0,0 +1,7 @@ | |||
1 | {% extends "index.html" %} | ||
2 | |||
3 | {% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %} | ||
4 | |||
5 | {% block content_title %} | ||
6 | <h1>Articles by {{ author }}</h1> | ||
7 | {% endblock content_title %} | ||