From e6aa239fc0ab15da036d10b5bd9c94dd4f0c4159 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 26 Sep 2024 21:05:09 +0200 Subject: Rename .Money to .M for consistency with .T and .N --- src/templates/coins-mintages.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates') diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl index b410e6e..4ac29e8 100644 --- a/src/templates/coins-mintages.html.tmpl +++ b/src/templates/coins-mintages.html.tmpl @@ -73,7 +73,7 @@ {{ .T "Year" }} {{ with $p := .Printer }} {{ range denoms }} - {{ $p.Money . false }} + {{ $p.M . false }} {{ end }} {{ end }} -- cgit v1.2.3