You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
86: Fix rss template r=jamesmunns a=mqus
This commit fixes the rss fulltext template introduced in #75 which was originally build under the assumption of zola v0.9.0.
For v0.5.1 the template has to be in a different location and can't use `escape_xml` as that was introduced in later versions.
This should do no harm because the links didn't contain xml in the first place.
Co-authored-by: Markus Richter <[email protected]>
0 commit comments