layout: set the viewport meta tag
Co-Authored-by: Igor Milhit <igor@milhit.ch>pull/31/head
parent
909c3caa97
commit
2c7e6cf2d7
|
@ -1,14 +1,11 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<base href="{{ .Site.BaseURL }}">
|
||||
<title>{{ .Title }} | {{ .Site.Title }}</title>
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}style.css">
|
||||
|
||||
{{ with .OutputFormats.Get "RSS" }}
|
||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
|
||||
{{ end }}
|
||||
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue