Widen figures slightly
This commit is contained in:
parent
bef14d0367
commit
18a759dfc1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
{{ define "img" }}
|
||||
{{ $image := .Scratch.Get "image" }}
|
||||
<img src='{{ $image.RelPermalink }}' class='{{ .Get "class" }}' alt="{{ .Inner | plainify }}" style="max-width: 60%;" />
|
||||
<img src='{{ $image.RelPermalink }}' class='{{ .Get "class" }}' alt="{{ .Inner | plainify }}" style="max-width: 90%;" />
|
||||
{{ end }}
|
||||
|
||||
{{ if .Inner }}
|
||||
|
|
Loading…
Reference in a new issue