| 123456789101112131415 |
- <head>
- <title>{{ .Site.Title }}</title>
- <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
- <meta content="utf-8" http-equiv="encoding">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="format-detection" content="telephone=no" />
- <meta name="theme-color" content="#000" />
- <link rel="icon" href="/favicon.ico">
- <link rel="canonical" href="{{ .Site.BaseURL }}">
- {{- range .Site.Params.css }}
- <link href="{{ . | relURL }}?{{ slicestr (. | relURL | md5) 0 10 }}" rel="stylesheet">
- {{- end }}
- </head>
|