correction in name spelling

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
archetype-theme-transition
Toshaan Bharvani 3 years ago
parent 36e07c7680
commit 5cc076822c

@ -1,5 +1,5 @@
--- ---
title: "Hugh Bleming" title: "Hugh Blemings"
position: "Advisor" position: "Advisor"
weight: 9000 weight: 9000
date: 2021-03-03 date: 2021-03-03

@ -1,5 +1,5 @@
--- ---
title: "Hugh Blemming" title: "Hugh Blemings"
image: "hughblemings.jpg" image: "hughblemings.jpg"
member: individual member: individual
date: 2021-03-13 date: 2021-03-13

@ -51,7 +51,7 @@
{{ $imagename := .Param "image" }} {{ $imagename := .Param "image" }}
{{ $imagelocation := (printf "%s/%s" "images/persons/" $imagename) }} {{ $imagelocation := (printf "%s/%s" "images/persons/" $imagename) }}
{{ $imageresource := resources.Get $imagelocation }} {{ $imageresource := resources.Get $imagelocation }}
{{ $image := $imageresource.Fit "200x400" }} {{ $image := $imageresource.Fit "100x400" }}
<img src="{{ $image.RelPermalink }}" alt="{{ .Title }}"> <img src="{{ $image.RelPermalink }}" alt="{{ .Title }}">
{{ else }} {{ else }}
&nbsp; &nbsp;

Loading…
Cancel
Save