fix default atom feed include

This commit is contained in:
Robert Kaussow 2020-07-29 20:44:49 +02:00
parent e9c35bfdcf
commit c228bf7810
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,2 @@
- FEATURE
- add feature image handling for blog posts
- add image processing shortcode
- ENHANCEMENT
- simplify image handling in json-ld schema
- cleanup thumbnail selection
- BUGFIX
- fix default atom feed include

View File

@ -1,7 +1,7 @@
<footer class="gblog-footer">
<div class="container">
<div class="flex flex-wrap align-center">
{{ with .OutputFormats.Get "atom" }}
{{ with (.Site.GetPage "home").OutputFormats.Get "atom" }}
<span class="gblog-footer__item">
<svg class="icon rss_feed"><use xlink:href="#rss_feed"></use></svg>
<a href='{{ .Permalink | relURL }}' class="gblog-footer__link">Feed</a>