Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feed Subtitle / Description stays unchanged #46

Open
crowbyte opened this issue May 8, 2019 · 4 comments
Open

Feed Subtitle / Description stays unchanged #46

crowbyte opened this issue May 8, 2019 · 4 comments
Labels

Comments

@crowbyte
Copy link

crowbyte commented May 8, 2019

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?

@rhukster
Copy link
Member

rhukster commented May 9, 2019

It's a bug.. fixing...

@crowbyte
Copy link
Author

crowbyte commented May 25, 2019

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.

@rhukster
Copy link
Member

Does the commit above resolve your issue?

@crowbyte
Copy link
Author

crowbyte commented Jun 4, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants