Skip to content

Update convert-site-to-jekyll.md#9348

Merged
jekyllbot merged 1 commit intojekyll:masterfrom
j15k:patch-1
Aug 14, 2023
Merged

Update convert-site-to-jekyll.md#9348
jekyllbot merged 1 commit intojekyll:masterfrom
j15k:patch-1

Conversation

@j15k
Copy link
Copy Markdown
Contributor

@j15k j15k commented Apr 16, 2023

This is a 🐛 bug fix.

Summary

Fixed a parsing error created by the feed example. Also see https://validator.w3.org/feed/docs/warning/MissingAtomSelfLink.html.

Context

Fixed a parsing error created by the feed example.

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really an Atom file? Seems like RSS XML should work without making an Atom declaration.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As https://validator.w3.org/feed/docs/warning/MissingAtomSelfLink.html explains:

According to the RSS Advisory Board's Best Practices Profile, identifying a feed's URL within the feed makes it more portable, self-contained, and easier to cache. For these reasons, a feed should contain an atom:link used for this purpose.

@parkr
Copy link
Copy Markdown
Member

parkr commented Aug 14, 2023

@jekyllbot: merge +docs

@jekyllbot jekyllbot merged commit 1fbd42c into jekyll:master Aug 14, 2023
jekyllbot added a commit that referenced this pull request Aug 14, 2023
github-actions bot pushed a commit that referenced this pull request Aug 14, 2023
Jonas Jared Jacek: Update convert-site-to-jekyll.md (#9348)

Merge pull request 9348
@jekyll jekyll locked and limited conversation to collaborators Aug 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants