Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ I investigated why quality of my feed was so bad. It was because in feed generat
<title>Historical cryptography algorithms</title>

<link>
https://frodigo.com/Blog/4.+Historical+cryptography+algorithms
https://frodigo.com/Blog/2025/Historical+cryptography+algorithms
</link>
</item>
```
Expand All @@ -48,11 +48,11 @@ So for me proper RSS feed item looks like this:
</description>

<link>
https://frodigo.com/Blog/4.+Historical+cryptography+algorithms
https://frodigo.com/Blog/2025/Historical+cryptography+algorithms
</link>

<guid isPermaLink="false">
https://frodigo.com/Blog/4.+Historical+cryptography+algorithms
https://frodigo.com/Blog/2025/Historical+cryptography+algorithms
</guid>

<pubDate>Fri, 28 Mar 2025 00:00:00 GMT</pubDate>
Expand Down
Loading