aboutsummaryrefslogtreecommitdiffstats
path: root/gum
diff options
context:
space:
mode:
authorChris Howie <me@chrishowie.com>2013-07-19 15:32:17 +0000
committerChris Howie <me@chrishowie.com>2013-07-19 15:47:41 +0000
commit6e0954d76e890584e3a5249fbdb8d2c90547621e (patch)
tree4a5d87528c58d62c588087443a9fc69f8e691ece /gum
parent08364df4285e416e053562d418d11270201c87d7 (diff)
downloadpelican-themes-6e0954d76e890584e3a5249fbdb8d2c90547621e.zip
pelican-themes-6e0954d76e890584e3a5249fbdb8d2c90547621e.tar.gz
pelican-themes-6e0954d76e890584e3a5249fbdb8d2c90547621e.tar.bz2
Gum: Use article title as the title of the generated document
Diffstat (limited to 'gum')
-rw-r--r--gum/templates/article.html1
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">