Generate a separate feed for every tag

This commit is contained in:
2024-01-20 17:59:54 -06:00
parent 3d4020d2ae
commit 920ec5ab9a
4 changed files with 80 additions and 5 deletions

View File

@ -14,6 +14,7 @@
--card-color: white;
--contrast-color: #027860;
--background-color: #FAF5F5;
--rss-orange: rgb(255, 152, 0);
--text-color: var(--color-gray-90);
--text-color-link: var(--text-color);
--text-color-tag: var(--contrast-color);
@ -389,6 +390,12 @@ a.post-tag:visited {
a.post-tag:hover {
color: var(--text-color-tag);
}
.tag-feed-icon {
fill: var(--rss-orange);
height: 3.5rem;
transition: var(--transition-normal);
width: var(--double-gap);
}
.taglist {
display: flex;
flex-flow: row wrap;