summaryrefslogtreecommitdiff
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
parent719d5a15f7aca9b74095014538cd8d28f82cf010 (diff)
Set the meta viewport, to avoid mobile browsers being silly
-rw-r--r--cmd/generate/imworkingon.html.tmpl1
-rw-r--r--public/index.html1
-rw-r--r--public/sponsor/index.html1
3 files changed, 3 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>
diff --git a/public/index.html b/public/index.html
index 84b0919..0fe5b19 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Luke T. Shumaker's home page</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="sponsor/sponsor.css">
<style>
diff --git a/public/sponsor/index.html b/public/sponsor/index.html
index 819c289..339794c 100644
--- a/public/sponsor/index.html
+++ b/public/sponsor/index.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Sponsor — Luke T. Shumaker</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="sponsor.css">
<style>