Specify that charset is UTF-8. On the server side we are specifying the charset as UTF-8 so the encoding is already correct on the archives.glitchcity.info site, but the intent is for this to be portable to any web host.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Glitch City Laboratories Archives{{title}}</title>
|
<title>Glitch City Laboratories Archives{{title}}</title>
|
||||||
<link href="{{base}}style.css" rel="stylesheet" type="text/css" />
|
<link href="{{base}}style.css" rel="stylesheet" type="text/css" />
|
||||||
|
<meta charset="UTF-8" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1><a href="{{base}}">Glitch City Laboratories Archives</a></h1>
|
<h1><a href="{{base}}">Glitch City Laboratories Archives</a></h1>
|
Reference in New Issue
Block a user