diff options
author | Stéphane Raimbault <stephane.raimbault@gmail.com> | 2012-04-06 02:03:12 +0200 |
---|---|---|
committer | Stéphane Raimbault <stephane.raimbault@gmail.com> | 2012-04-06 02:07:33 +0200 |
commit | 7de793ef6d460b75a75641e27492643cfb5b9cbc (patch) | |
tree | 9c8a7bcddaf47deb075453630c4412e2d2a88e48 | |
parent | 48ddc4174e2551864b4f9fbd5c4f8a1b073dadbb (diff) | |
download | pelican-themes-7de793ef6d460b75a75641e27492643cfb5b9cbc.tar.gz |
Fix missing spaces in template of bootstrap2
-rw-r--r-- | bootstrap2/templates/base.html | 2 |
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=""> |