Skip to content

Authors don't seem to be parsed correctly #178

Closed
@akeemphilbert

Description

@akeemphilbert

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&#39;s Blog</title>
    <link>https://ak33m.com/</link>
    <description>Recent content on Akeem Philbert&#39;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&#39;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&amp;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&amp;rsquo;t fit the bill. We wanted to accept payments in Trinidad and Tobago dollars, something you don&amp;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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions