Remove useless condition

master
Will Faught 2 years ago
parent d732e5b90f
commit b9650b0209

@ -8,7 +8,7 @@
{{ end }}
{{ with $content }}
<section {{ with $class }} class="{{ . }}" {{ end }}>
<section class="{{ $class }}">
{{ . }}
</section>
{{ end }}

Loading…
Cancel
Save