aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-08-27 20:56:06 -0400
committerSamuel Johnson <[email protected]>2025-08-27 20:56:06 -0400
commite00657e65a5a8a80f55c298aca8e3362be71d9d8 (patch)
tree570ee444a585689ee70b20dc2b29ed3d73badbbd
parentb8d5212b9aa2efb997a74b193a0a0b05dd578bfa (diff)
Add meta viewport tag
-rw-r--r--ui/html/base.tmpl.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html
index bf60810..fe33ec4 100644
--- a/ui/html/base.tmpl.html
+++ b/ui/html/base.tmpl.html
@@ -2,7 +2,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="UTF-8">
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:site_name" content="paterissa" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Paterissa - thehinterlander's blog" />