summaryrefslogtreecommitdiff
path: root/cmd/generate/imworkingon.html.tmpl
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-23 19:58:55 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-23 19:58:55 -0600
commitbde9fe8d951bab7c6dd14dbcba58a2c4d463d046 (patch)
tree6dc9bdd1e0ef56023f0e9079de4e8701b1da4ac6 /cmd/generate/imworkingon.html.tmpl
parent719d5a15f7aca9b74095014538cd8d28f82cf010 (diff)
Set the meta viewport, to avoid mobile browsers being silly
Diffstat (limited to 'cmd/generate/imworkingon.html.tmpl')
-rw-r--r--cmd/generate/imworkingon.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/generate/imworkingon.html.tmpl b/cmd/generate/imworkingon.html.tmpl
index 7c2cb73..a2a43a8 100644
--- a/cmd/generate/imworkingon.html.tmpl
+++ b/cmd/generate/imworkingon.html.tmpl
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Luke is working on…</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="../blog/assets/style.css">
<link rel="stylesheet" type="text/css" href="imworkingon.css">
</head>