fix and advertise blog RSS feeds

This commit is contained in:
2019-10-21 20:05:58 +02:00
parent e8581c3882
commit 59606141f9
3 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,9 @@
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}" />{{ end }}
{{ with .Site.Params.keywords }}<meta name="description" content="{{ . }}" />{{ end }}
<link rel="shortcut icon" type="image/x-icon" href="{{ .Site.BaseURL }}img/favicon.ico" />
<link href="/blog/index.xml" rel="alternate" type="application/rss+xml" title="Max Mehl - blog feed">
<link href="/categories/english/index.xml" rel="alternate" type="application/rss+xml" title="Max Mehl - blog feed (EN)">
<link href="/categories/deutsch/index.xml" rel="alternate" type="application/rss+xml" title="Max Mehl - blog feed (DE)">
<title>
{{- if .IsHome -}}
{{- .Site.Title -}}