mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 02:36:02 +10:00
feat: add RSS feed generation and integrate RSS link in blog pages
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user