diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-01-05 20:24:20 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-01-05 20:24:20 +0100 |
commit | dd5f14befa96d71ae2b32f7809de99cf50dd7f07 (patch) | |
tree | 71242a72defc952befed22277fbf4df62803eb97 /src/templates/-navbar.html.tmpl | |
parent | 170b985eb621ae97dffe60c7bc284f495ace6fc7 (diff) |
Add the /banknotes page
Diffstat (limited to 'src/templates/-navbar.html.tmpl')
-rw-r--r-- | src/templates/-navbar.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/-navbar.html.tmpl b/src/templates/-navbar.html.tmpl index b0b1130..f1e95e9 100644 --- a/src/templates/-navbar.html.tmpl +++ b/src/templates/-navbar.html.tmpl @@ -5,7 +5,7 @@ <li><a href="#TODO">{{ .T "News" }}</a></li> <li><a href="/collecting">{{ .T "Coin Collecting" }}</a></li> <li><a href="/coins">{{ .T "Coins" }}</a></li> - <li><a href="#TODO">{{ .T "Banknotes" }}</a></li> + <li><a href="/banknotes">{{ .T "Banknotes" }}</a></li> <li><a href="/jargon">{{ .T "Jargon" }}</a></li> </menu> <menu> |