diff options
author | Stéphane Caron <stephane.caron@ens.fr> | 2013-03-20 12:04:11 +0100 |
---|---|---|
committer | Stéphane Caron <stephane.caron@ens.fr> | 2013-03-20 12:04:11 +0100 |
commit | da810104cd033c1dcc25d67f8f09985a415b43b9 (patch) | |
tree | 3ab6f758a1e022e04ebd82bf09691648ecb14107 /nmnlist/templates/author.html | |
parent | 53d6c4254aa2b4781b850419d63a40527c307d71 (diff) | |
download | pelican-themes-da810104cd033c1dcc25d67f8f09985a415b43b9.tar.gz |
theme variant from mnmlist
Diffstat (limited to 'nmnlist/templates/author.html')
-rw-r--r-- | nmnlist/templates/author.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nmnlist/templates/author.html b/nmnlist/templates/author.html new file mode 100644 index 0000000..0b37290 --- /dev/null +++ b/nmnlist/templates/author.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ author }}{% endblock %} |