summaryrefslogtreecommitdiff
path: root/page.html.erb
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-23 19:55:57 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-23 19:56:24 -0600
commita8c0a47402506f74d358a091a47173cd9b42b0c3 (patch)
tree44e220fba54a97a2eabec34f215826b7cd3b8d07 /page.html.erb
parent924a33cd51fe8baf3f325a5296e53bf823f90e10 (diff)
Set meta viewport, to avoid mobile browers being silly
Diffstat (limited to 'page.html.erb')
-rw-r--r--page.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/page.html.erb b/page.html.erb
index 69ccc3a..93007de 100644
--- a/page.html.erb
+++ b/page.html.erb
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title><%= @page.title %> — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>