Use relative favicon link in Atom feed
parent
3d446b6b1b
commit
c3ef60532a
|
@ -15,7 +15,7 @@
|
|||
<uri>https://www.mat.services</uri>
|
||||
</author>
|
||||
<link href="{{ feed_url | safe }}" rel="self" type="application/atom+xml"/>
|
||||
<icon>{{ get_url(path=config.extra.favicon) }}</icon>
|
||||
<icon>{{ config.extra.favicon | safe }}</icon>
|
||||
<rights>© 2022 mat ess</rights>
|
||||
<generator uri="https://www.getzola.org/">Zola</generator>
|
||||
<updated>{{ last_updated | date(format="%+") }}</updated>
|
||||
|
|
Loading…
Reference in New Issue