Problem
jekyll-feed is installed and the social block links /feed.xml, but no page emits <link rel="alternate" type="application/rss+xml">, so feed readers and browsers cannot auto-discover the feed.
Proposal
Add {% feed_meta %} to the <head> of _layouts/default.html and extend an e2e spec to assert the link tag is present.
Please read how to contribute
Problem
jekyll-feed is installed and the social block links
/feed.xml, but no page emits<link rel="alternate" type="application/rss+xml">, so feed readers and browsers cannot auto-discover the feed.Proposal
Add
{% feed_meta %}to the<head>of_layouts/default.htmland extend an e2e spec to assert the link tag is present.Please read how to contribute