aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/base.html
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 18:53:56 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 18:53:56 +0200
commitf6c7a85ca04b9285677227d66205856c31a7d364 (patch)
treea343eacc23b8cbd7013fcf7318258ad657962867 /backend/templates/base.html
parentcc2f31d6d5f47472e7162c9aec605587f0abaad8 (diff)
feat(backend): config header links
Diffstat (limited to 'backend/templates/base.html')
-rw-r--r--backend/templates/base.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html
index 1a7093d..ec3f25a 100644
--- a/backend/templates/base.html
+++ b/backend/templates/base.html
@@ -26,14 +26,7 @@
<header>
<img src="https://cdn.anhgelus.world/pfp.jpg" alt="pfp">
<nav>
- <a href="">Home</a>
- <a href="">Logs</a>
- <a href="">Work</a>
- <a href="">Philosophy</a>
- <a href="">Lien 1</a>
- <a href="">Lien 2</a>
- <a href="">Lien 3</a>
- <a href="">Lien 4</a>
+ {{ range .Links }}<a href="{{ .URL }}">{{ .Name }}</a>{{end}}
</nav>
</header>
{{ if .Article }}