summaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-designs-ad.html.tmpl
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-01-01 11:04:20 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-01-01 11:04:20 +0100
commit7cfdfd8bdfe4f8d7bf74348817f2c046412bd124 (patch)
tree330ed30fde92f2124d27c3ffa676639d65e3c339 /src/templates/coins-designs-ad.html.tmpl
parent6723c30ec51b1e6bae44e41bd9dddb3ab423bd6c (diff)
Change the semantics of Printer.M()
Diffstat (limited to 'src/templates/coins-designs-ad.html.tmpl')
-rw-r--r--src/templates/coins-designs-ad.html.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/templates/coins-designs-ad.html.tmpl b/src/templates/coins-designs-ad.html.tmpl
index 1effaeb..c42930a 100644
--- a/src/templates/coins-designs-ad.html.tmpl
+++ b/src/templates/coins-designs-ad.html.tmpl
@@ -23,16 +23,16 @@
</p>
<dl>
<dt>{{ .T "%s, %s, and %s"
- (.Printer.M 0.01 false)
- (.Printer.M 0.02 false)
- (.Printer.M 0.05 false) }}</dt>
+ (.Printer.M 0.01)
+ (.Printer.M 0.02)
+ (.Printer.M 0.05) }}</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>
+ (.Printer.M 0.10)
+ (.Printer.M 0.20)
+ (.Printer.M 0.50) }}</dt>
<dd>{{ .T "Andorra’s Romanesque art" }}</dd>
- <dt>{{ .Printer.M 1.00 false }}</dt>
+ <dt>{{ .Printer.M 1.00 }}</dt>
<dd>{{ .T "Casa de la Vall" }}</dd>
</dl>
<p>
@@ -88,4 +88,4 @@
` `<span lang="la">` `</span>` }}
</p>
</main>
-{{ end }}
+{{ end }} \ No newline at end of file