From 38cdb811b020d5539629d4dc4b03f78c6fd230de Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Mon, 17 Aug 2020 01:57:27 -0500 Subject: [PATCH] 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. --- templates/partials/header.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/partials/header.mustache b/templates/partials/header.mustache index 6c45512..75de733 100644 --- a/templates/partials/header.mustache +++ b/templates/partials/header.mustache @@ -2,6 +2,7 @@ Glitch City Laboratories Archives{{title}} +

Glitch City Laboratories Archives

\ No newline at end of file