diff options
author | marsmathis <marsmathis@marsmathis.com> | 2025-07-26 16:35:52 +0200 |
---|---|---|
committer | marsmathis <marsmathis@marsmathis.com> | 2025-07-26 16:35:52 +0200 |
commit | ef73f7916025a1dd018b961e7d67cfb8017acf3a (patch) | |
tree | 83cb1fe1e1e9a41a86d842179e2de3cff75e2ed7 /src/templates/coins-designs-de.html.tmpl | |
parent | cfc3da092326dab08cb3ec58286e07040f016452 (diff) |
Added all coin files, renamed existing ones, and adapted links
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 }} |