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:
@@ -1,5 +1,5 @@
|
||||
<article class="{{ if .Params.image }}has-image {{ end }}main-article">
|
||||
{{ partial "article/components/header" . }}
|
||||
{{ partial "article/components/header" (dict "Page" . "IsList" false) }}
|
||||
|
||||
{{ if .Scratch.Get "TOCEnabled" }}
|
||||
<aside class="article-toc">
|
||||
|
||||
Reference in New Issue
Block a user