diff options
Diffstat (limited to 'src/templates/coins-designs-be.html.tmpl')
-rw-r--r-- | src/templates/coins-designs-be.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/coins-designs-be.html.tmpl b/src/templates/coins-designs-be.html.tmpl index b8fb0ef..54a2d9d 100644 --- a/src/templates/coins-designs-be.html.tmpl +++ b/src/templates/coins-designs-be.html.tmpl @@ -7,15 +7,15 @@ <div class="design-container"> <img alt="{{ .Get `Belgian €1 coin (King Albert; Series 1)` }}" - src="/designs/be-100-albert-1.avif" + src="/designs/be-100-1.avif" > <img alt="{{ .Get `Belgian €1 coin (King Albert; Series 2)` }}" - src="/designs/be-100-albert-2.avif" + src="/designs/be-100-2.avif" > <img alt="{{ .Get `Belgian €1 coin (King Philippe)` }}" - src="/designs/be-100-philippe.avif" + src="/designs/be-100-3.avif" > </div> <p> @@ -29,4 +29,4 @@ {{ .Get "After his accession to the throne, Belgium began a third series of coins in 2014 featuring the portrait of King Philippe. As is customary with coins bearing the portraits of monarchs, the direction in which the portrait faces was flipped to face right instead of left." }} </p> </main> -{{ end }}
\ No newline at end of file +{{ end }} |