Remove useless condition

master
Will Faught 2 years ago
parent d732e5b90f
commit b9650b0209

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

Loading…
Cancel
Save