aboutsummaryrefslogtreecommitdiffstats
path: root/gum/templates/article.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2013-07-19 09:20:26 -0700
committerJustin Mayer <entroP@gmail.com>2013-07-19 09:20:26 -0700
commit96c8cbbcf6006e37f79b00a9d01a9ced28d6b739 (patch)
treeafcb4befe178942f5739819dc41c1e784f7a454a /gum/templates/article.html
parent08364df4285e416e053562d418d11270201c87d7 (diff)
parent59779ffc00461c608fa95b43930db89f4fa1e00b (diff)
downloadpelican-themes-96c8cbbcf6006e37f79b00a9d01a9ced28d6b739.tar.gz
Merge pull request #119 from cdhowie/master
Gum: Fix article titles, fix unescaped tags
Diffstat (limited to 'gum/templates/article.html')
-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">