Remove useless condition
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with $content }}
|
{{ with $content }}
|
||||||
<section {{ with $class }} class="{{ . }}" {{ end }}>
|
<section class="{{ $class }}">
|
||||||
{{ . }}
|
{{ . }}
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user