Closed
Description
Expected behavior
Rss feed with <author>test@example.org</author>
or
<atom:author>
<atom:name>John Doe</atom:name>
</atom:author>
Doesn't get the authors parsed.
<itunes:author>John Doe</itunes:author>
does work
Sample Feed
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Akeem Philbert's Blog</title>
<link>https://ak33m.com/</link>
<description>Recent content on Akeem Philbert's Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<author>test@example.org</author>
<lastBuildDate>Sat, 27 Mar 2021 17:05:53 -0400</lastBuildDate><atom:link href="https://ak33m.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>It's Over Magento!</title>
<link>https://ak33m.com/posts/its-over-magento/</link>
<pubDate>Sat, 27 Mar 2021 17:05:53 -0400</pubDate>
<guid>https://ak33m.com/posts/its-over-magento/</guid>
<description>So I&rsquo;ve always had a hate-hate relationship with Magento (there never was love). Ours was a convenient relationship; I needed something to run an online bookstore we wanted to start, and all the other solutions we looked at didn&rsquo;t fit the bill. We wanted to accept payments in Trinidad and Tobago dollars, something you don&rsquo;t get easier with hosted solutions. We also wanted something that had broad support and a variety of templates.</description>
</item>
</channel>
</rss>
Metadata
Metadata
Assignees
Labels
No labels