summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-12 23:58:33 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-12 23:58:33 +0200
commit17dd2383d5f17280288087da76803f6d3e9a5aae (patch)
tree4675634834b1e3abed3ed61b8ab86e792579cda2
parenta7792b12b834125952263a7b0223da127010625f (diff)
Fix link
-rw-r--r--template/base.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/base.templ b/template/base.templ
index bd8c082..dcef2d8 100644
--- a/template/base.templ
+++ b/template/base.templ
@@ -42,7 +42,7 @@ templ Base(body templ.Component) {
<p>
<small>
{ p.T("Found a mistake or want to contribute missing information?") }
- <a href="/">{ p.T("Feel free to contact us!") }</a>
+ <a href="/about">{ p.T("Feel free to contact us!") }</a>
</small>
</p>
</footer>