diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/even/layouts/partials/head.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/even/layouts/partials/head.html b/themes/even/layouts/partials/head.html index 86ab6cf..8670b52 100644 --- a/themes/even/layouts/partials/head.html +++ b/themes/even/layouts/partials/head.html @@ -37,10 +37,7 @@ <!-- Permalink & RSSlink --> <link rel="canonical" href="{{ .Permalink }}" /> -{{ if .RSSLink -}} - <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> - <link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" /> -{{ end -}} +<link rel="alternate" type="application/atom+xml" title="capotej.com" href="/atom.xml"> <!-- Favicon and Touch icons --> <link rel="apple-touch-icon" sizes="180x180" href="{{ "apple-touch-icon.png" | relURL }}"> |