aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2016-09-23 07:43:16 -0600
committerGitHub <noreply@github.com>2016-09-23 07:43:16 -0600
commitb94a9588408d1bf1736880cccbfcdabd68db6649 (patch)
treec6e6c1f018deb12d23f4423de5627a137ded3f72
parentac2be0b9e3497231036a9b3681be8cf1c6415370 (diff)
parent9ee59923fc60384f2d482d28bd241d4e0337ab52 (diff)
downloadpelican-themes-b94a9588408d1bf1736880cccbfcdabd68db6649.tar.gz
Merge pull request #433 from pensnarik/master
bootlex: Add UTF-8 meta charset definition
-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" />