summaryrefslogtreecommitdiff
path: root/examples/tagblog
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-23 14:04:04 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-23 14:04:04 +0100
commite8e0f217377a51ae18f1558389890ae53d4d437f (patch)
tree8e21c27f3358b087830709ba52ecc1a202784200 /examples/tagblog
parentd7f04a2c6d036363a6257f32409e86fb6112f6ac (diff)
downloadhakyll-e8e0f217377a51ae18f1558389890ae53d4d437f.tar.gz
Added meta tag to fix encoding issue in IE.
Diffstat (limited to 'examples/tagblog')
-rw-r--r--examples/tagblog/templates/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tagblog/templates/default.html b/examples/tagblog/templates/default.html
index 52678b7..049a37a 100644
--- a/examples/tagblog/templates/default.html
+++ b/examples/tagblog/templates/default.html
@@ -3,6 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>SimpleBlog - $title</title>
<link rel="stylesheet" type="text/css" href="$root/css/default.css" />
<link rel="alternate"