From afe6a6c8b77a7f1ae99190ab782cdba1f5ee422d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Aug 2025 21:24:48 +0200 Subject: Move .country-grid styling to the correct file --- src/templates/coins-designs.html.tmpl | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'src/templates/coins-designs.html.tmpl') diff --git a/src/templates/coins-designs.html.tmpl b/src/templates/coins-designs.html.tmpl index def1e98..83164f3 100644 --- a/src/templates/coins-designs.html.tmpl +++ b/src/templates/coins-designs.html.tmpl @@ -1,3 +1,24 @@ +{{ define "header" }} + +{{ end }} + {{ define "content" }}
{{ template "navbar" . }} @@ -17,7 +38,8 @@ role="button" href="/coins/designs/{{ .Code }}" > - {{ .Name }} + {{ .Code | toUpper }} + {{ .Name }} {{ end }} -- cgit v1.2.3