feat(config): supports external link for images

This commit is contained in:
Anhgelus Morhtuuzh 2025-08-01 12:54:51 +02:00
parent b7829c5268
commit b87964e81f
Signed by: anhgelus
GPG key ID: 617773CACE89052C
3 changed files with 20 additions and 3 deletions

View file

@ -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>