mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-22 05:00:39 +00:00
fix default atom feed include
This commit is contained in:
parent
e9c35bfdcf
commit
c228bf7810
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user