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
When there are multiple authors, the RSS email will concatenate both strings in the from field.
E.G.
author:
- Mary Jane
- Peter Parker
Email = From: Mary JanePeter Parker
I tried to cheat and put a space at the end of the names in the yaml file, but it sanitizes it. Is there a good way of getting a space between each author if multiple?
The text was updated successfully, but these errors were encountered:
Can you share your whole project or at least a full page YAML frontmatter? It's pretty hard to understand what's wrong. Try to fill your issue with valuable information: expected behavior, used, version, etc.
Hello @Guts
Thanks for the awesome project.
I use this plugin heavily in my [SRE
blog](https://developer-friendly.blog).
I figured it would be nice to allow per page customization of the
`description` field, cause at the moment, there's not a lot one can do
when the description before `<!-- more -->` is short and extra detail is
desired.
With this change, you can have separate contents for RSS description and
your typical content.
An example taken from the [Material for Mkdocs Social
Cards](https://squidfunk.github.io/mkdocs-material/plugins/social/#option.description):
```markdown
---
date: 2024-06-24
description: >-
This is the SEO description.
social:
cards_layout_options:
description: >-
This is the social cards description.
rss:
feed_description: >-
And I want to have customized RSS description.
---
```
This idea, I reckon, can easily be extended for other similar use-cases:
- #297
- #275
- #197
Hello again,
When there are multiple authors, the RSS email will concatenate both strings in the from field.
E.G.
author:
- Mary Jane
- Peter Parker
Email = From: Mary JanePeter Parker
I tried to cheat and put a space at the end of the names in the yaml file, but it sanitizes it. Is there a good way of getting a space between each author if multiple?
The text was updated successfully, but these errors were encountered: