diff options
-rw-r--r-- | src/templates/coins-designs-ad.html.tmpl | 36 | ||||
-rw-r--r-- | src/templates/coins-designs-at.html.tmpl | 2 |
2 files changed, 19 insertions, 19 deletions
diff --git a/src/templates/coins-designs-ad.html.tmpl b/src/templates/coins-designs-ad.html.tmpl index 20e13db..23d3a43 100644 --- a/src/templates/coins-designs-ad.html.tmpl +++ b/src/templates/coins-designs-ad.html.tmpl @@ -5,12 +5,12 @@ </header> <main> <div class="design-container"> - <img alt="Andorran 1 euro cent coin" src="/designs/ad-001.avif"/> - <img alt="Andorran 50 euro cent coin" src="/designs/ad-050.avif"/> + <img alt="Andorran 1 euro cent coin" src="/designs/ad-001.avif" /> + <img alt="Andorran 50 euro cent coin" src="/designs/ad-050.avif" /> </div> <div class="design-container"> - <img alt="Andorran 1 euro coin" src="/designs/ad-100.avif"/> - <img alt="Andorran 2 euro coin" src="/designs/ad-200.avif"/> + <img alt="Andorran 1 euro coin" src="/designs/ad-100.avif" /> + <img alt="Andorran 2 euro coin" src="/designs/ad-200.avif" /> </div> <p> {{ .T ` @@ -22,24 +22,24 @@ ` }} </p> <dl> - <dt>{{ .T "%s, %s, and %s" - (.Printer.M 0.01 false) - (.Printer.M 0.02 false) - (.Printer.M 0.05 false) }}</dt> - <dd>{{ .T "Andorran landscapes, nature, fauna, and flora" }}</dd> - <dt>{{ .T "%s, %s, and %s" - (.Printer.M 0.10 false) - (.Printer.M 0.20 false) - (.Printer.M 0.50 false) }}</dt> - <dd>{{ .T "Andorra’s Romanesque art" }}</dd> - <dt>{{ .Printer.M 1.00 false }}</dt> - <dd>{{ .T "Casa de la Vall" }}</dd> + <dt>{{ .T "%s, %s, and %s" + (.Printer.M 0.01 false) + (.Printer.M 0.02 false) + (.Printer.M 0.05 false) }}</dt> + <dd>{{ .T "Andorran landscapes, nature, fauna, and flora" }}</dd> + <dt>{{ .T "%s, %s, and %s" + (.Printer.M 0.10 false) + (.Printer.M 0.20 false) + (.Printer.M 0.50 false) }}</dt> + <dd>{{ .T "Andorra’s Romanesque art" }}</dd> + <dt>{{ .Printer.M 1.00 false }}</dt> + <dd>{{ .T "Casa de la Vall" }}</dd> </dl> <p> {{ .T ` The results of the design contest with a few modifications are what became the coins that entered circulation in 2014. While each set - of denomations has its own design, all four designs promenantly + of denominations has its own design, all four designs prominently feature the country name ‘ANDORRA’ along the outer portion of the design with the year of issue written underneath. ` }} @@ -57,7 +57,7 @@ {{ .T ` The Andorran golden cents feature the Romanesque church of Santa Coloma. The church is the oldest in Andorra, dating back to the - 9th century and is a UNESCO World Heratige site. Originally these + 9th century and is a UNESCO World Heritage site. Originally these coins were planned to depict an image of Christ, but that plan failed to go through after objections from the European Commission on grounds of religious neutrality on August 2013. diff --git a/src/templates/coins-designs-at.html.tmpl b/src/templates/coins-designs-at.html.tmpl index 7b47c6b..9f87d5f 100644 --- a/src/templates/coins-designs-at.html.tmpl +++ b/src/templates/coins-designs-at.html.tmpl @@ -1,7 +1,7 @@ {{ define "content" }} <header> {{ template "navbar" . }} - <h1>{{ .T "Austrian Euro Coin Designs" }}</h1> + <h1>{{ .T "Austrian Euro Coin Designs" }}</h1> </header> <main> <p> |