Remove inline param for image.html
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<figure {{ if eq (.Get `inline`) true }} class="figure"{{ else }} class="align-items-center d-flex flex-column"{{ end }}>
|
||||
<figure class="align-items-center d-flex flex-column">
|
||||
{{ $link := .Get 2 | default (.Get `link`) }}
|
||||
{{ with $link }}
|
||||
<a href="{{ . }}">
|
||||
|
Reference in New Issue
Block a user