add viewport for mobile
Jes Olson jolson@digitalocean.com
Sat, 29 Jan 2022 14:05:06 -0600
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
templates/layout.html
→
templates/layout.html
@@ -12,7 +12,7 @@ <meta charset="utf-8">
<title>{{template "title"}}</title> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22><text y=%2226%22 font-size=%2226%22>🐈⬛</text></svg>"> </head> -<div id="main"><body class="grayscale"> +<div id="main"><body class="grayscale"><meta name="viewport" content="width=device-width, initial-scale=1.0"> <h1><a href="/"><img src="/static/scrombles.png" alt="scrombles the cat"></a> jes shit hell</h1> <p>@@ -27,6 +27,6 @@ <a href="https://snap.as/j3s">pics -></a>
</p> <hr> {{template "body"}} -</div></body> +</div></body></meta> </html> {{end}}