feat(list): ability to show article tags on homepage (#1270)

* feat(list): ability to show article tags on homepage

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/880

* Disable showTags by default
This commit is contained in:
Jimmy
2026-02-19 17:45:09 +01:00
committed by GitHub
parent 4ad88a327e
commit 2be5b48324
6 changed files with 41 additions and 20 deletions
+4 -2
View File
@@ -82,7 +82,8 @@
}
.article-time,
.article-translations {
.article-translations,
.article-header-tags {
display: flex;
color: var(--card-text-color-tertiary);
gap: 15px;
@@ -112,7 +113,8 @@
flex-wrap: wrap;
}
.article-translations {
.article-translations,
.article-header-tags {
& > div {
flex-wrap: wrap;
}