aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2021-02-21 23:41:03 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2021-02-21 23:41:03 +0100
commitb04e3bc0595c88303a87858108a938eb62bd35cd (patch)
tree562b014164f70ea4f4447d4cd8b8f119dfdc42a8
parent3fe08446189292c686f4e253481e1b40344571c2 (diff)
downloadfbfeed-b04e3bc0595c88303a87858108a938eb62bd35cd.tar.gz
fbfeed-b04e3bc0595c88303a87858108a938eb62bd35cd.tar.bz2
fbfeed-b04e3bc0595c88303a87858108a938eb62bd35cd.zip
HTML meta tags for mobile and proper encoding.
-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 {