From 1cff70da909b86878f2acab56b9fd708989dc6cf Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 15:44:51 +0200 Subject: Use the ‘Place Name’ context for all places MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/templates/coins-designs-de.html.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/templates/coins-designs-de.html.tmpl') diff --git a/src/templates/coins-designs-de.html.tmpl b/src/templates/coins-designs-de.html.tmpl index ef4cd62..0a7b677 100644 --- a/src/templates/coins-designs-de.html.tmpl +++ b/src/templates/coins-designs-de.html.tmpl @@ -28,23 +28,23 @@ - {{ .Get "Berlin" }} + {{ .GetC "Berlin" "Place Name" }} A - {{ .Get "Munich" }} + {{ .GetC "Munich" "Place Name" }} D - {{ .Get "Stuttgart" }} + {{ .GetC "Stuttgart" "Place Name" }} F - {{ .Get "Karlsruhe" }} + {{ .GetC "Karlsruhe" "Place Name" }} G - {{ .Get "Hamburg" }} + {{ .GetC "Hamburg" "Place Name" }} J -- cgit v1.2.3