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
I was wondering if the {% feed_meta %} can pull feeds dynamically, that is, based on the page it's on. In my case, I don't have a "posts" collection but collections by other names
So I expect that when I'm on the "skills" archive the {% feed_meta %} helper tag should pull feeds on this page, not the default /feed.xml which is blank in my case since I don't have a _post collection. And so on for others...
Or if there's a way to make all three feeds show in the head section on my site's tree?