feat: add RSS feed generation and integrate RSS link in blog pages

This commit is contained in:
2026-05-10 23:37:20 +10:00
parent 7007660a80
commit 6e1728d35e
4 changed files with 104 additions and 4 deletions

View File

@@ -586,6 +586,20 @@ svg.world-image {
color: rgba(205, 214, 244, 0.9);
}
.rss-link {
display: flex;
align-items: center;
gap: 5px;
color: #f09040;
opacity: 0.7;
margin-left: auto;
}
.rss-link:hover {
color: #f09040;
opacity: 1;
}
/* ─── Static Blog Pages ─────────────────────────────────────────────────────── */
body.blog-page {