Merge pull request #102 from everyx/everyxpatch-1

using html5 meta charset tag
This commit is contained in:
Mark McGranaghan 2015-09-05 10:23:54 -07:00
commit 9888d4a1d2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
<meta charset="utf-8">
<title>Go by Example: {{.Name}}</title>
<link rel=stylesheet href="site.css">
</head>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-eqiv="content-type" content="text/html;charset=utf-8">
<meta charset="utf-8">
<title>Go by Example</title>
<link rel=stylesheet href="site.css">
</head>