Last active
January 18, 2026 18:19
-
-
Save dskarzh/2da84bbcb54d30f1c07488cef4e36b45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <rss version="2.0"> | |
| <channel> | |
| <title>Test Blog</title> | |
| <item> | |
| <title>Even Newer Post!</title> | |
| <link>https://example.com/new</link> | |
| <pubDate>Sat, 18 Jan 2027 20:00:00 GMT</pubDate> | |
| </item> | |
| <item> | |
| <title>Brand New Post!</title> | |
| <link>https://example.com/new</link> | |
| <pubDate>Sat, 18 Jan 2026 20:00:00 GMT</pubDate> | |
| </item> | |
| <item> | |
| <title>Old Post</title> | |
| <link>https://example.com/old</link> | |
| <pubDate>Sat, 01 Jan 2025 10:00:00 GMT</pubDate> | |
| </item> | |
| </channel> | |
| </rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment