aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-designs-hr.html.tmpl
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-11-03 13:52:36 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-11-03 13:52:36 +0100
commit15f841ab43fd9b431e93d2e870c23ae7695929cc (patch)
treeaa62f3868832ff74bcceba7d9ba57cd89e592796 /src/templates/coins-designs-hr.html.tmpl
parent6f65883c6ca833dc03e4c6f4ae28fae71681caff (diff)
Fix a lot of UI issuesHEADmaster
Diffstat (limited to 'src/templates/coins-designs-hr.html.tmpl')
-rw-r--r--src/templates/coins-designs-hr.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/templates/coins-designs-hr.html.tmpl b/src/templates/coins-designs-hr.html.tmpl
index 4175198..f6b0e6a 100644
--- a/src/templates/coins-designs-hr.html.tmpl
+++ b/src/templates/coins-designs-hr.html.tmpl
@@ -3,11 +3,11 @@
{{ end }}
{{ define "content" }}
-<header>
+<header class="container">
{{ template "navbar" . }}
<h1>{{ .Get "Croatian Euro Coin Designs" }}</h1>
</header>
-<main>
+<main class="container">
{{ $hrargs := (map "CroatianStart" `<span lang="hr"><em>` "CroatianEnd" "em,span") }}
<div class="design-container">
<img alt="{{ .Get `Croatian €0.01 coin` }}" src="/designs/hr-001-1.avif" />
@@ -22,7 +22,7 @@
$hrargs }}
</p>
<p>
- {{ .Get "The 1c, 2c and 5c coins were designed by Maja Škripelj and feature a motif of the letters ‘ⰘⰓ’ from the {Link:L}Glagolitic script{-:E} — an old Slavic script that saw use in Croatia up until the 19th century — representing Croatia’s country code (‘HR’ in the Latin alphabet)."
+ {{ .Get "The 1c, 2c and 5c coins were designed by Maja Škripelj and feature a motif of the letters ‘ⰘⰓ’ from the {Link:L}Glagolitic script{-:E} – an old Slavic script that saw use in Croatia up until the 19th century – representing Croatia’s country code (‘HR’ in the Latin alphabet)."
(map "Link" (.Printer.Wikipedia "Glagolitic script")) }}
</p>
<p>
@@ -30,7 +30,7 @@
(map "Link" (.Printer.Wikipedia "Nikola Tesla")) }}
</p>
<p>
- {{ .Get "The €1 coin was designed by Jagor Šunde, David Čemeljić and Fran Zekan and features a marten. The marten is the semi-official national animal of Croatia and the Kuna — their pre-Euro currency — was named after the marten (‘{CroatianStart:r}kuna zlatica{CroatianEnd:E}’ in Croatian)."
+ {{ .Get "The €1 coin was designed by Jagor Šunde, David Čemeljić and Fran Zekan and features a marten. The marten is the semi-official national animal of Croatia and the Kuna – their pre-Euro currency – was named after the marten (‘{CroatianStart:r}kuna zlatica{CroatianEnd:E}’ in Croatian)."
$hrargs }}
</p>
<p>
@@ -39,4 +39,4 @@
$hrargs (map "Link" (.Printer.Wikipedia "Dubravka (drama)")) }}
</p>
</main>
-{{ end }} \ No newline at end of file
+{{ end }}