diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page/index.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml index f0ebaea..21d4423 100644 --- a/templates/page/index.gohtml +++ b/templates/page/index.gohtml @@ -2,7 +2,7 @@ <main style="{{ .GetBackground }}"> <div class="presentation"> <figure> - <img src="{{ getStaticPath .Person.Image }}" alt="{{ .Person.Name }}'s image"> + <img src="{{ getImage .Person.Image }}" alt="{{ .Person.Name }}'s image"> </figure> <div class="presentation__information"> <h2>{{ .Person.Name }}</h2> |
