diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2012-03-03 01:07:43 -0800 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-03-03 01:07:43 -0800 |
commit | aa7f0e939ccf649e44c917019b12f97966c879d5 (patch) | |
tree | 88307fb474309c654771a7df4138738317d727e2 /mnmlist/templates/author.html | |
parent | 7c039820c24f7687498e6d3b88e00ccbd45ac1fa (diff) | |
parent | 2ec3189c6e9d2b372049e4ab5ccec4ef9c1231b7 (diff) | |
download | pelican-themes-aa7f0e939ccf649e44c917019b12f97966c879d5.tar.gz |
Merge pull request #16 from magopian/master
mnmlist theme
Diffstat (limited to 'mnmlist/templates/author.html')
-rw-r--r-- | mnmlist/templates/author.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mnmlist/templates/author.html b/mnmlist/templates/author.html new file mode 100644 index 0000000..0b37290 --- /dev/null +++ b/mnmlist/templates/author.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ author }}{% endblock %} |