logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 345db14047bb745cd3a059e878d33b5ed28e6e11
parent af08949d4fee8172a07b422ac38ed274a765eb38
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 13 Jul 2020 23:25:40 +0200

head.shtml: Add this fucking meta-viewport

Diffstat:

Mtemplates/head.shtml1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/templates/head.shtml b/templates/head.shtml @@ -1,5 +1,6 @@ <meta charset="utf-8"/> <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2020071301"/> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab" /> <link rel="pgpkey" href="/key.asc"/> <link rel="icon" type="text/css" href="/images/favicon.png"/>