aboutsummaryrefslogtreecommitdiffstats
path: root/bootlex/templates
diff options
context:
space:
mode:
authorAndrey Zhidenkov <pensnarik@gmail.com>2016-09-23 15:32:07 +0300
committerGitHub <noreply@github.com>2016-09-23 15:32:07 +0300
commit9ee59923fc60384f2d482d28bd241d4e0337ab52 (patch)
treec6e6c1f018deb12d23f4423de5627a137ded3f72 /bootlex/templates
parentac2be0b9e3497231036a9b3681be8cf1c6415370 (diff)
downloadpelican-themes-9ee59923fc60384f2d482d28bd241d4e0337ab52.tar.gz
Added meta tag with charset definition to <head> in base.html template of "bootlex" theme
Diffstat (limited to 'bootlex/templates')
-rw-r--r--bootlex/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootlex/templates/base.html b/bootlex/templates/base.html
index ed1bf94..f65a332 100644
--- a/bootlex/templates/base.html
+++ b/bootlex/templates/base.html
@@ -4,6 +4,7 @@
<head>
{% block head %}
<title>{% block title %}{% endblock title %} - {{ SITENAME }}</title>
+ <meta charset="utf-8" />
<link href="http://fonts.googleapis.com/css?family=Arimo:400,700|Inika" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/pastie.css" />