diff options
author | Chris Howie <me@chrishowie.com> | 2013-07-19 15:32:17 +0000 |
---|---|---|
committer | Chris Howie <me@chrishowie.com> | 2013-07-19 15:47:41 +0000 |
commit | 6e0954d76e890584e3a5249fbdb8d2c90547621e (patch) | |
tree | 4a5d87528c58d62c588087443a9fc69f8e691ece /gum | |
parent | 08364df4285e416e053562d418d11270201c87d7 (diff) | |
download | pelican-themes-6e0954d76e890584e3a5249fbdb8d2c90547621e.tar.gz |
Gum: Use article title as the title of the generated document
Diffstat (limited to 'gum')
-rw-r--r-- | gum/templates/article.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gum/templates/article.html b/gum/templates/article.html index e43e48e..c1887f4 100644 --- a/gum/templates/article.html +++ b/gum/templates/article.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% block title %}{{ article.title|striptags }}{% endblock %} {% block content %} <section id="content" class="body"> |