getgrav / getgrav/grav-plugin-feed
RSS and ATOM Links Reload Page Instead of Generating Feeds
- Dominant language
- PHP
- Stars
- 19
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
I have a Grav 1.7.45 site with the latest Quark theme and Feeds plugin enabled. The /news page (blog.md) page renders the expected items, per:
```
content:
items:
- '@self.children'
leading: 0
columns: 2
limit: 10
order:
by: date
dir: desc
show_date: false
pagination: true
url_taxonomy_filters: true
```
When I click either the RSS or Atom links, the page simply refreshes and no feed is generated. Screen shots below:
News page:

Atom page:

RSS page:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.