Merge pull request #102 from everyx/everyxpatch-1
using html5 meta charset tag
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user