diff options
Diffstat (limited to 'src/templates/coins-designs-be.html.tmpl')
| -rw-r--r-- | src/templates/coins-designs-be.html.tmpl | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/src/templates/coins-designs-be.html.tmpl b/src/templates/coins-designs-be.html.tmpl index babb76b..a1e7921 100644 --- a/src/templates/coins-designs-be.html.tmpl +++ b/src/templates/coins-designs-be.html.tmpl @@ -21,20 +21,25 @@ <h1>{{ .Get "Belgian Euro Coin Designs" }}</h1> </header> <main class="container"> - <div class="design-container"> - <img - alt="{{ .Get `Belgian €1 coin (King Albert; Series 1)` }}" - src="/designs/be-100-1.avif" - > - <img - alt="{{ .Get `Belgian €1 coin (King Albert; Series 2)` }}" - src="/designs/be-100-2.avif" - > - <img - alt="{{ .Get `Belgian €1 coin (King Philippe)` }}" - src="/designs/be-100-3.avif" - > - </div> + <figure> + <div class="design-container"> + <img + alt="{{ .Get `Belgian €1 coin (King Albert; Series 1)` }}" + src="/designs/be-100-1.avif" + > + <img + alt="{{ .Get `Belgian €1 coin (King Albert; Series 2)` }}" + src="/designs/be-100-2.avif" + > + <img + alt="{{ .Get `Belgian €1 coin (King Philippe)` }}" + src="/designs/be-100-3.avif" + > + </div> + <figcaption> + {{ .Get "Belgian coins (1999–2007, 2008–2013, 2014-today)" }} + </figcaption> + </figure> <p> {{ .Get "Since 1999 Belgium has released three series of euro coins, with each series having a single design repeated on all denominations. Starting in 1999 the Belgian euro coins featured the portrait of King Albert II with the {Link:L}royal monogram{-:E} in the outer ring of the coins." (map "Link" (.Printer.Wikipedia "Royal cypher")) }} |