RSS feed does not include media:content tag #6930
-
DescriptionHi, I am trying to figure out how to include media:content tag in the RSS feed generated by Quarto. Is there a way to generate this tag using the image tagged as Here is the RSS feed from my website https://outdoorsyindians.com/posts.xml Any suggestions would be helpful. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
We currently won't generate this tag for an automatically detected preview image - we instead will only include the ---
title: My Document
author: Norah Jones
image: preview.png
--- I'll take a quick look at adding this for automatically discovered preview images, but this is a workaround you could use right now... |
Beta Was this translation helpful? Give feedback.
We currently won't generate this tag for an automatically detected preview image - we instead will only include the
media-content
tag when there is animage
specified in the front matter for the document:I'll take a quick look at adding this for automatically discovered preview images, but this is a workaround you could use right now...