aboutsummaryrefslogtreecommitdiffstats
path: root/built-texts/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'built-texts/templates/article.html')
-rw-r--r--built-texts/templates/article.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/built-texts/templates/article.html b/built-texts/templates/article.html
index 0fb7d2a..cf598be 100644
--- a/built-texts/templates/article.html
+++ b/built-texts/templates/article.html
@@ -1,9 +1,10 @@
{% extends "base.html" %}
+{% block title %}{{ article.title|striptags }} - {{ SITENAME }}{%endblock%}
{% block content %}
<div class='article'>
<div class="row-fluid">
<div class="content-title span9">
- <h1>{{ article.title }}</h1b>
+ <h1>{{ article.title }}</h1>
</div>
</div>
<div class="row-fluid">