From 6e0954d76e890584e3a5249fbdb8d2c90547621e Mon Sep 17 00:00:00 2001 From: Chris Howie Date: Fri, 19 Jul 2013 15:32:17 +0000 Subject: Gum: Use article title as the title of the generated document --- gum/templates/article.html | 1 + 1 file changed, 1 insertion(+) (limited to 'gum/templates/article.html') 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 %}
-- cgit