aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2
diff options
context:
space:
mode:
authorStéphane Raimbault <stephane.raimbault@gmail.com>2012-04-06 02:03:12 +0200
committerStéphane Raimbault <stephane.raimbault@gmail.com>2012-04-06 02:07:33 +0200
commit7de793ef6d460b75a75641e27492643cfb5b9cbc (patch)
tree9c8a7bcddaf47deb075453630c4412e2d2a88e48 /bootstrap2
parent48ddc4174e2551864b4f9fbd5c4f8a1b073dadbb (diff)
downloadpelican-themes-7de793ef6d460b75a75641e27492643cfb5b9cbc.zip
pelican-themes-7de793ef6d460b75a75641e27492643cfb5b9cbc.tar.gz
pelican-themes-7de793ef6d460b75a75641e27492643cfb5b9cbc.tar.bz2
Fix missing spaces in template of bootstrap2
Diffstat (limited to 'bootstrap2')
-rw-r--r--bootstrap2/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html
index fcc1116..2f5af46 100644
--- a/bootstrap2/templates/base.html
+++ b/bootstrap2/templates/base.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>{% block title %}{{ SITENAME }}{%endblock%}</title>
+ <title>{% block title %}{{ SITENAME }}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">