diff options
author | m-r-r <raybaudroigm@gmail.com> | 2012-04-07 19:36:03 +0200 |
---|---|---|
committer | m-r-r <raybaudroigm@gmail.com> | 2012-04-07 19:36:03 +0200 |
commit | 261797ff47d96c47c3364110c100bf64701f7da5 (patch) | |
tree | 3242dd2ba40c67387cd5ac646d7831522eaad86b /dev-random/templates/author.html | |
parent | a006f0a70f9e432908d97bd9ecdb37e4b8f5d328 (diff) | |
download | pelican-themes-261797ff47d96c47c3364110c100bf64701f7da5.tar.gz |
Added the dev-random theme
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 %} |