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:
Adrian Kuschelyagi Malacoda 2020-08-17 01:57:27 -05:00
parent 54fa852897
commit 38cdb811b0

View File

@ -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>