Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Bug in RSS feed - root blog link #293

@illegalnumbers

Description

@illegalnumbers

The root blog link takes from the site url (from the request? not sure) but the actual item creation in the RSS takes from the site_url.

Example, I have a local rails server and I get the following RSS feed:

<rss version="2.0">
  <channel>
    <title>Illegal Numbers</title>
    <description>Life. Code.</description>
    <link>http://localhost:3000/blog/</link>
    <item>
      <title>test</title>
      <description>&lt;p&gt;wysiwyg&lt;/p&gt;
</description>
      <pubDate>Thu, 03 Nov 2016 00:00:00 +0000</pubDate>
      <link>http://www.illegalnumbers.com/blog/2016/test</link>
      <guid>http://www.illegalnumbers.com/blog/2016/test</guid>
    </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