aboutsummaryrefslogtreecommitdiff
path: root/site.tmpl
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-10-22 05:13:18 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-10-22 05:13:18 +0200
commit8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3 (patch)
tree1eedb9f91655ee2a5ee1f266b6cab75fb7f7d691 /site.tmpl
parent6c07fd9c8cb6834ebc34ac40b0572456a3f9abae (diff)
downloadmitjafelicijan.com-8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3.tar.gz
Renamed research to sandbox experiments
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>