diff options
author | Mantas <mistermantas@users.noreply.github.com> | 2017-08-13 18:19:54 +0300 |
---|---|---|
committer | Mantas <mistermantas@users.noreply.github.com> | 2017-08-13 18:19:54 +0300 |
commit | 8d36c3cf2dd9b209aa6003ba19e983371ba670ec (patch) | |
tree | 3e6bf5dd061ce65eb07f58bef24cb54504f08653 /layouts/partials/meta.html | |
parent | 27de71669d43e6846ae48e53bdd40ea6e77245aa (diff) |
Prepare for status.choraleapp.com, fix minor issues
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r-- | layouts/partials/meta.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 8237757..cea1571 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -9,7 +9,6 @@ <meta name="description" content="{{ if .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}"> <title>{{ .Site.Title }}</title> <link rel="canonical" href="{{ .Permalink }}"> - <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}"> <meta name="theme-color" content="#000000"> <!-- Sources --> <style> |