diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 05:13:18 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 05:13:18 +0200 |
| commit | 8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3 (patch) | |
| tree | 1eedb9f91655ee2a5ee1f266b6cab75fb7f7d691 /site.tmpl | |
| parent | 6c07fd9c8cb6834ebc34ac40b0572456a3f9abae (diff) | |
| download | mitjafelicijan.com-8f38bdec060c9de8da5dbabf6d1d8dfafd2ebea3.tar.gz | |
Renamed research to sandbox experiments
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> |
