feat(config): supports external link for images
This commit is contained in:
parent
b7829c5268
commit
b87964e81f
3 changed files with 20 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue