bidet

commit 2214fef21788685c958b498f3e632bbbfc863ea3

tree

parent:
547c21bbb8ed4279f4bbd6b96bf5b8c64c8313bc

nmyk <nick@nmyk.io>

2026-02-22T12:30:54-05:00

add viewport meta tag to base.tmpl

diff --git a/internal/handlers/templates/base.tmpl b/internal/handlers/templates/base.tmpl
index 7c11b26b0a6bd1ec08d0e2724bde19e46d1945e6..0fe389c0c4526f1810ef9d49d2659eb165e5685f 100644
--- a/internal/handlers/templates/base.tmpl
+++ b/internal/handlers/templates/base.tmpl
@@ -3,6 +3,7 @@ <!DOCTYPE html>
 <html>
 <head>
     <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width">
     <title>{{block "title" .}}Default{{end}}</title>
     <style>{{ css }}</style>
 </head>