style(partial/article): remove empty space in classname

This commit is contained in:
Jimmy Cai 2020-09-12 10:37:55 +02:00
parent ed91cb7629
commit d14a39913c
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18

View File

@ -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" . }}