From ada397900f1a847fafc0fbadf39ac939d0ddea1f Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 14 Nov 2013 16:57:48 +0100 Subject: [PATCH] add utf-8 meta header --- templates/layout.html.slim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/layout.html.slim b/templates/layout.html.slim index 9c8d825..65338dd 100644 --- a/templates/layout.html.slim +++ b/templates/layout.html.slim @@ -2,6 +2,9 @@ doctype 5 html head title zero-knowledge + meta( + http-equiv='Content-Type' + content='text/html; charset=utf-8') link( href='/atom.xml' rel='alternate'