Enable border by default on media

This commit is contained in:
2021-11-10 21:46:07 -06:00
parent a75d49e8bc
commit 943fb83324
2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
{{ $hidecaption := index . "hidecaption" }}
{{ if index . "border" }}
<figure class="border">
{{ else }}
{{ if index . "noborder" }}
<figure>
{{ else }}
<figure class="border">
{{ end }}
{{ with index . "src" }}