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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user