diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-30 02:08:45 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-30 02:08:45 +0200 |
commit | d1c449780dcecc82da306439b15fac82056d8e52 (patch) | |
tree | c8a7554a61fe69859a701a0338c4b11ab9b99eee /src | |
parent | ba65ab8962d4b2fe7be595231a9d28e89348fa42 (diff) |
Formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/banknotes.html.tmpl | 6 | ||||
-rw-r--r-- | src/templates/coins.html.tmpl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/templates/banknotes.html.tmpl b/src/templates/banknotes.html.tmpl index 7349dcf..a35fe25 100644 --- a/src/templates/banknotes.html.tmpl +++ b/src/templates/banknotes.html.tmpl @@ -16,7 +16,7 @@ <h3>{{ .Get "Designs" }}</h3> </header> <main> - {{ .Get "View the different Euro-note designs!" }} + {{ .Get "View the different Euro-note designs" }} </main> </article> </a> @@ -26,7 +26,7 @@ <h3>{{ .Get "Location Codes" }}</h3> </header> <main> - {{ .Get "Find out where your notes were printed!" }} + {{ .Get "Find out where your notes were printed" }} </main> </article> </a> @@ -36,7 +36,7 @@ <h3>{{ .Get "Test Notes" }}</h3> </header> <main> - {{ .Get "Learn about the special test notes!" }} + {{ .Get "Learn about the special test notes" }} </main> </article> </a> diff --git a/src/templates/coins.html.tmpl b/src/templates/coins.html.tmpl index 6fbdf15..6319c22 100644 --- a/src/templates/coins.html.tmpl +++ b/src/templates/coins.html.tmpl @@ -16,7 +16,7 @@ <h3>{{ .Get "Designs" }}</h3> </header> <main> - {{ .Get "View the 600+ different Euro-coin designs!" }} + {{ .Get "View the 600+ different Euro-coin designs" }} </main> </article> </a> @@ -26,7 +26,7 @@ <h3>{{ .Get "Mintages" }}</h3> </header> <main> - {{ .Get "View the mintage figures of all the Euro coins!" }} + {{ .Get "View the mintage figures of all the Euro coins" }} </main> </article> </a> @@ -36,7 +36,7 @@ <h3>{{ .Get "Varieties" }}</h3> </header> <main> - {{ .Get "View all the known Euro varieties!" }} + {{ .Get "View all the known Euro varieties" }} </main> </article> </a> |