We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7e4ed commit a01d65cCopy full SHA for a01d65c
themes/CodeMeta-Pyramids/layouts/partials/head.html
@@ -1,7 +1,7 @@
1
<head>
2
<meta charset="utf-8" />
3
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
4
- <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
+ <meta content='width=device-width, initial-scale=1.0, shrink-to-fit=no' name='viewport' />
5
6
{{ with .Site.Params.name }}<meta name="author" content="{{ . }}">{{ end }}
7
{{ with .Site.Params.role }}<meta name="description" content="{{ . }}">{{ end }}
0 commit comments