We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to make the feed human readable asking the browser to apply some XSLT, e.g. in _rss/head.xml
_rss/head.xml
<?xml-stylesheet type="text/xsl" href="/assets/feed.xslt"?>
However, this line isn't present in the output feed.
The text was updated successfully, but these errors were encountered:
this
Franklin.jl/src/manager/rss_generator.jl
Lines 86 to 90 in fde286d
is the likely culprit. I'm not familiar with the syntax you quote but we could definitely have logic that skips <?...?>
<?...?>
Could you:
_rss/head.html
Sorry, something went wrong.
I cannot reproduce this, I think I followed the link to the production feed (and not the newly generated one). Sorry for the noise 😅
No branches or pull requests
I want to make the feed human readable asking the browser to apply some XSLT, e.g. in
_rss/head.xml
However, this line isn't present in the output feed.
The text was updated successfully, but these errors were encountered: