Remove useless condition

This commit is contained in:
Will Faught
2023-02-06 19:49:17 -08:00
parent d732e5b90f
commit b9650b0209

View File

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