aboutsummaryrefslogtreecommitdiff
path: root/backend/templates
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 11:59:09 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 11:59:09 +0200
commit0ac33061f8275a6808276adfa8ea8b8dcd92d7c9 (patch)
treeb3075f8bb56e833647444e93945b3ccd7dd8e13c /backend/templates
parentda56ce47d2e275db58e429a3d8ab85290541ca6f (diff)
feat(frontend): better link style in light theme
and rename /log route to /logs/
Diffstat (limited to 'backend/templates')
-rw-r--r--backend/templates/components.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/templates/components.html b/backend/templates/components.html
index 280fa3d..2758a8b 100644
--- a/backend/templates/components.html
+++ b/backend/templates/components.html
@@ -2,9 +2,9 @@
<article>
{{ range .Logs }}
<article>
- <h2><a href="/log/{{ .Slug }}">{{ .Title }}</a></h2>
+ <h2><a href="/logs/{{ .Slug }}">{{ .Title }}</a></h2>
<figure>
- <a href="/log/{{ .Slug }}"><img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}"></a>
+ <a href="/logs/{{ .Slug }}"><img src="{{ static .Img.Src }}" alt="{{ .Img.Alt }}"></a>
<figcaption>{{ .Img.Legend }}</figcaption>
</figure>
<p>{{ .Description }}</p>