aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/layout.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2013-12-03 21:26:46 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2013-12-03 21:26:46 +0100
commitc6175f5fc78667221f17e23ee90f66bda72135a2 (patch)
tree17d2eff89680d7abb5aa971a7eebea76fb51f343 /pyaggr3g470r/templates/layout.html
parentMinor improvements for the /search page. (diff)
downloadnewspipe-c6175f5fc78667221f17e23ee90f66bda72135a2.tar.gz
newspipe-c6175f5fc78667221f17e23ee90f66bda72135a2.tar.bz2
newspipe-c6175f5fc78667221f17e23ee90f66bda72135a2.zip
The title of the HTML page is now updated for /article and /feed pages.
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r--pyaggr3g470r/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index 541c0ad8..d8f8790a 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -7,7 +7,7 @@
<meta name="description" content="pyAggr3g470r">
<meta name="author" content="">
- <title>pyAggr3g470r</title>
+ <title>{% if head_title %}{{ head_title }} - {% endif %}pyAggr3g470r</title>
<!-- Bootstrap core CSS -->
<link href="/static/css/bootstrap.css" rel="stylesheet">
bgstack15