diff options
Diffstat (limited to 'dev-random/templates/author.html')
-rw-r--r-- | dev-random/templates/author.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-random/templates/author.html b/dev-random/templates/author.html new file mode 100644 index 0000000..165b74d --- /dev/null +++ b/dev-random/templates/author.html @@ -0,0 +1,5 @@ +{% extends "index.html" %} + +{% block title %}{{ SITENAME }} — Articles de {{ author }}{% endblock %} + +{% block index_title %}Articles de <i>{{ author }}</i> :{% endblock %} |