Defines character set as UTF-8 for web pages

This commit is contained in:
Samuel Ryan 2015-11-08 17:27:43 +00:00
parent 4130e2f7c8
commit 3bc23bdcd4

View File

@ -7,6 +7,7 @@ html(lang="en")
link(rel='stylesheet', href='/' + fingerprint['style.css'])
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Source+Code+Pro:700', type='text/css')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(charset='utf-8')
body
block contents
script.
@ -15,4 +16,4 @@ html(lang="en")
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-29439846-1', 'auto');
ga('send', 'pageview');
ga('send', 'pageview');