diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-05-05 17:18:50 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-05-09 02:02:00 +0200 |
commit | 04fffc07b1d2b1f4e8a68a21bafae7b6faeb1648 (patch) | |
tree | 8c6edbf16624d6f1b9acb6a3e8f0a3c195e645bd /views | |
parent | c9a91eb109d71579b480c18f9637381469067d80 (diff) | |
download | server-04fffc07b1d2b1f4e8a68a21bafae7b6faeb1648.tar.gz |
Clean up meta viewport tag.
Diffstat (limited to 'views')
-rw-r--r-- | views/head.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/head.pug b/views/head.pug index c5d70f6..9f7a439 100644 --- a/views/head.pug +++ b/views/head.pug @@ -1,6 +1,6 @@ //- vim:ts=4:sw=4: -meta(name="viewport" content="width=device-width,height=device-height,initial-scale=1") +meta(name="viewport" content="width=device-width,initial-scale=1") link(rel="icon" type="image/svg+xml" href="/favicon.svg") link(rel="stylesheet" href="/fonts/fonts.css") link(rel="stylesheet" href="/style.css") |