From e84adb52994a2c75269ba0180d9c30a49f083bcf Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 30 Jul 2025 02:08:51 +0200 Subject: Fix page --- src/templates/collecting.html.tmpl | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) (limited to 'src') diff --git a/src/templates/collecting.html.tmpl b/src/templates/collecting.html.tmpl index aacb442..fd14184 100644 --- a/src/templates/collecting.html.tmpl +++ b/src/templates/collecting.html.tmpl @@ -1,16 +1,11 @@ {{ define "content" }}
{{ template "navbar" . }} -

{{ .T "Euro Coin Collecting" }}

+

{{ .Get "Euro Coin Collecting" }}

- {{ .T ` - On this section of the site you can find everything there is - to know about collecting Euro coins. If this is a hobby that - interests you, join the Discord server linked at the top of - the page! - ` }} + {{ .Get "On this section of the site you can find everything there is to know about collecting Euro coins. If this is a hobby that interests you, join the Discord server linked at the top of the page!" }}


@@ -18,25 +13,20 @@
-

{{ .T "Coin Roll Hunting" }}

+

{{ .Get "Coin Roll Hunting" }}

- {{ .T ` - Learn about collecting coins from coin rolls! - ` }} + {{ .Get "Learn about collecting coins from coin rolls" }}
-

{{ .T "Coin Storage" }}

+

{{ .Get "Coin Storage" }}

- {{ .T ` - Learn about the different methods to storing - your collection! - `}} + {{ .Get "Learn about the different methods to storing your collection" }}
@@ -44,14 +34,10 @@
-

{{ .T "Shop Hunting" }}

+

{{ .Get "Shop Hunting" }}

- {{ .T ` - Learn about how to collect coins from - shop-keepers and other people who deal in - cash! - ` }} + {{ .Get "Learn about how to collect coins from shops" }}
@@ -60,13 +46,10 @@
-

{{ .T "Vending Machine Hunting" }}

+

{{ .Get "Vending Machine Hunting" }}

- {{ .T ` - Learn about collecting coins from vending - machines! - ` }} + {{ .Get "Learn about collecting coins from vending machines" }}
-- cgit v1.2.3