getgrav / getgrav/grav-plugin-feed

RSS and ATOM Links Reload Page Instead of Generating Feeds

Open
#76 7 comments 0 reactions 0 assignees View on GitHub
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:

![image](https://github.com/getgrav/grav-plugin-feed/assets/998832/316ba480-5a8a-49aa-b68c-d58c92787040)

Atom page:

![image](https://github.com/getgrav/grav-plugin-feed/assets/998832/d81e35fd-e053-499c-9c30-96e20e62063d)

RSS page:

![image](https://github.com/getgrav/grav-plugin-feed/assets/998832/73c9a54d-1c3b-4143-badf-2fc4a0fc747a)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.