diff options
Diffstat (limited to 'site.tmpl')
| -rw-r--r-- | site.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -9,6 +9,8 @@ | |||
| 9 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> | 9 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
| 10 | <meta name=description content="{{ html .Site.Other.Description }}"> | 10 | <meta name=description content="{{ html .Site.Other.Description }}"> |
| 11 | 11 | ||
| 12 | <link rel="preconnect" href="https://www.google-analytics.com"> | ||
| 13 | |||
| 12 | <meta name="author" content="{{ html .Site.Other.Author }}"> | 14 | <meta name="author" content="{{ html .Site.Other.Author }}"> |
| 13 | <link rel="alternate" type="application/atom+xml" title="{{ html .Site.Other.Title }} feed" href="{{ .Rel "feed.atom" }}"> | 15 | <link rel="alternate" type="application/atom+xml" title="{{ html .Site.Other.Title }} feed" href="{{ .Rel "feed.atom" }}"> |
| 14 | <title>{{ .Site.Other.Title }}{{ if .Title }}: {{ .Title }}{{ end }}</title> | 16 | <title>{{ .Site.Other.Title }}{{ if .Title }}: {{ .Title }}{{ end }}</title> |
