mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 18:31:45 +01:00
style(partial/article): remove empty space in classname
This commit is contained in:
parent
ed91cb7629
commit
d14a39913c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<article class="{{ if .Params.image }}has-image{{ end }} main-article">
|
||||
<article class="{{ if .Params.image }}has-image {{ end }}main-article">
|
||||
{{ partial "article/components/header" . }}
|
||||
|
||||
{{ partial "article/components/content" . }}
|
||||
|
|
Loading…
Reference in a new issue