From 35123b537984a4687e949125706a23f2793c223b Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Thu, 18 Jul 2013 16:33:40 -0400 Subject: [PATCH] utf8 for the love of --- views/layout.slim | 1 + 1 file changed, 1 insertion(+) diff --git a/views/layout.slim b/views/layout.slim index d8d0292b..c6556dd1 100644 --- a/views/layout.slim +++ b/views/layout.slim @@ -1,6 +1,7 @@ doctype html html head + meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title NeoCities #{@title.nil? ? '' : " - #{@title}"} link href="/favicon.ico" rel="icon" type="image/x-icon" link href="/css/bootstrap.min.css" rel="stylesheet"