diff options
Diffstat (limited to 'src/templates/coins-designs-de.html.tmpl')
-rw-r--r-- | src/templates/coins-designs-de.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/coins-designs-de.html.tmpl b/src/templates/coins-designs-de.html.tmpl index 995752f..118477e 100644 --- a/src/templates/coins-designs-de.html.tmpl +++ b/src/templates/coins-designs-de.html.tmpl @@ -7,9 +7,9 @@ {{ $deargs := (map "GermanStart" `<span lang="de"><em>` "GermanEnd" "em,span") }} <div class="design-container"> - <img alt="{{ .Get `German €0.01 coin` }}" src="/designs/de-001.avif"> - <img alt="{{ .Get `German €0.10 coin` }}" src="/designs/de-010.avif"> - <img alt="{{ .Get `German €1 coin` }}" src="/designs/de-100.avif"> + <img alt="{{ .Get `German €0.01 coin` }}" src="/designs/de-001-1.avif"> + <img alt="{{ .Get `German €0.10 coin` }}" src="/designs/de-010-1.avif"> + <img alt="{{ .Get `German €1 coin` }}" src="/designs/de-100-1.avif"> </div> <p> {{ .Get "The German euro coins feature three different designs. A unique feature of German euro coins are the mint marks on each coin that denote in which city a given coin was minted. Germany has five active mints that produce Euro coins, which are denoted in the table below." }} @@ -60,4 +60,4 @@ {{ .Get "The €2 coin also features an edge-inscription of Germany’s national motto and incipit of Germany’s national anthem. It reads ‘{GermanStart:r}EINIGKEIT UND RECHT UND FREIHEIT{GermanEnd:E}’ (English: ‘UNITY AND JUSTICE AND FREEDOM’)." $deargs }} </p> </main> -{{ end }}
\ No newline at end of file +{{ end }} |