diff options
Diffstat (limited to 'src/templates/coins.html.tmpl')
-rw-r--r-- | src/templates/coins.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
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> |