grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit 31b6315e781310ad6d3f6e41e9cecbe7bb0c27c7
parent c9b669a814792816b8551d37e31f5276795612d9
Author: corndog <cauchyn@firemail.cc>
Date:   Wed, 20 Mar 2019 23:36:54 -0700

Name the viewport meta tag.

Not only does a meta tag require a way to identify
it, "viewport" is the specific name checked.

Diffstat:
Msite.tmpl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site.tmpl b/site.tmpl @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <meta content="width=device-width, initial-scale=1"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ if not (.Is "index.html") }}{{ with .Title }}{{ . }} | {{ end }}{{ end }}{{ .Site.Other.Title }}</title> <link rel="stylesheet" type="text/css" href="{{ .Rel "static/charter.css" }}"> <link rel="stylesheet" type="text/css" href="{{ .Rel "static/cooperhewitt.css" }}">