Browse Source

correction in name spelling

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
archetype-theme-transition
Toshaan Bharvani 2 years ago
parent
commit
5cc076822c
  1. 2
      content/boardofdirectors/hughblemings.md
  2. 2
      content/persons/hughblemings.md
  3. 2
      themes/openpowerfoundation/layouts/boardofdirectors/list.html

2
content/boardofdirectors/hughblemings.md

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

2
content/persons/hughblemings.md

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

2
themes/openpowerfoundation/layouts/boardofdirectors/list.html

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

Loading…
Cancel
Save