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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In layouts/default.html there should be a link tag for the rss feed
<link rel="alternate" type="application/rss+xml" title="{{ data.title }}" href="/rss.xml" />
and also a link to it in the navbar (or wherever) as well
<li> <a href="/rss.xml"><img alt="rss feed" width="16px" src="/assets/media/rss-16x16.png"></a> </li>
The text was updated successfully, but these errors were encountered:
bump
Sorry, something went wrong.
No branches or pull requests
In layouts/default.html there should be a link tag for the rss feed
and also a link to it in the navbar (or wherever) as well
The text was updated successfully, but these errors were encountered: