Remove inline param for image.html

This commit is contained in:
Will Faught
2022-12-31 22:41:40 -08:00
parent 40933e79b1
commit 237f9c39bb
2 changed files with 1 additions and 2 deletions

View File

@@ -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="{{ . }}">