templates: add viewport meta tag to header
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 3 Dec 2019 01:03:03 +0000 (20:03 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 3 Dec 2019 01:03:03 +0000 (20:03 -0500)
It turns out not having the viewport meta tag set is the entire reason
the site has looked awful on mobile browsers since about
... 2012. Whoops!

templates/header.html

index 8aad3b6..f043662 100644 (file)
@@ -11,6 +11,8 @@
     <meta name="generator" content="muse.el" />
     <meta http-equiv="<lisp>muse-html-meta-http-equiv</lisp>"
           content="<lisp>muse-html-meta-content-type</lisp>" />
+    <meta name="viewport"
+         content="width=device-width, initial-scale=1.0" />
     <link href="https://feeds.unknownlamer.org/rss/site-updates" 
           rel="alternate" type="application/rss+xml" title="Updates Feed" />