diff options
Diffstat (limited to 'gum/templates/article.html')
-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"> |