aboutsummaryrefslogtreecommitdiff
path: root/templates.go
diff options
context:
space:
mode:
Diffstat (limited to 'templates.go')
-rw-r--r--templates.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates.go b/templates.go
index e768c60..f26a0b1 100644
--- a/templates.go
+++ b/templates.go
@@ -26,6 +26,8 @@ const htmlRoot = `
<!DOCTYPE html>
<html>
<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{title}} &middot; fbfeed</title>
<style type="text/css">
body {