Custom title for RSS feed not working? #4417
Answered
by
dragonstyle
fortunewalla
asked this question in
Q&A
-
Hi, I have set up a quarto blog and have entered the metadata for the index.qmd page as follows: ---
listing:
contents: posts
sort: "date desc"
type: table
categories: true
sort-ui: true
filter-ui: true
feed: true
title: "RSS Title from index.qmd"
description: "RSS Descripton from index.qmd"
page-layout: full
title-block-banner: false
--- I'm trying to follow the instructions in the documentation. It states that we can specify the Custom title of the RSS feed through I've tried every combination possible but I cannot seem to set a custom title for the RSS Feed. As seen below The RSS Feed title is extracted from the _quarto.yml file Default Title.What am I doing incorrectly? 🤔 |
Beta Was this translation helpful? Give feedback.
Answered by
dragonstyle
Feb 18, 2023
Replies: 1 comment 1 reply
-
Instead of
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fortunewalla
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of
feed: true
, the title for the feed should appear indebted underfeed:
like: