grav-plugin-feed icon indicating copy to clipboard operation
grav-plugin-feed copied to clipboard

Feed Subtitle / Description stays unchanged

Open crowbyte opened this issue 5 years ago • 4 comments

Although I adjust the subtitle / description for the feed in the feed plugin settings to my blog tagline in the Grav Admin panel the subtitle / description stays unchanged at "Sample Blog Description"

Is this a bug in the plugin or does it pull a description from somewhere else?

crowbyte avatar May 08 '19 12:05 crowbyte

It's a bug.. fixing...

rhukster avatar May 09 '19 15:05 rhukster

I found out that I have a page folder blog/ and a blog.en.md in it. This looks like:

---
title: Blog
menu: Blog
blog_url: blog
sitemap:
    changefreq: monthly
    priority: 1.03
content:
    items: '@self.children'
    order:
        by: date
        dir: desc
    limit: 5
    pagination: true
feed:
    description: 'Sample blog description'
    limit: 20
pagination: true
---

Changing the feed: description: 'Sample blog description' field, changes the feed's description perfectly. So obviously it pulls the description from there on my Grav installation.

crowbyte avatar May 25 '19 14:05 crowbyte

Does the commit above resolve your issue?

rhukster avatar May 26 '19 13:05 rhukster

On another site where did not change the page description but the plugin config for the feed description works now, too. Thank!

crowbyte avatar Jun 04 '19 10:06 crowbyte