aboutsummaryrefslogtreecommitdiff
path: root/site.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'site.tmpl')
-rw-r--r--site.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/site.tmpl b/site.tmpl
index dee3e7e..c01d40f 100644
--- a/site.tmpl
+++ b/site.tmpl
@@ -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>