Render images larger
This commit is contained in:
parent
8e7f403cc5
commit
b212420ff8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{{ if not (hasPrefix .Destination "http") }}
|
||||
{{ $resource := .Page.Resources.GetMatch $destination }}
|
||||
{{ $destination = ($resource.Resize "1000x").RelPermalink }}
|
||||
{{ $destination = ($resource.Resize "1500x").RelPermalink }}
|
||||
{{ end }}
|
||||
|
||||
<figure class="text-center">
|
||||
|
|
Loading…
Reference in a new issue