Skip to content

Commit

Permalink
Merge pull request getpelican#433 from pensnarik/master
Browse files Browse the repository at this point in the history
bootlex: Add UTF-8 meta charset definition
  • Loading branch information
justinmayer authored Sep 23, 2016
2 parents ac2be0b + 9ee5992 commit b94a958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootlex/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit b94a958

Please sign in to comment.