diff options
Diffstat (limited to 'backend/templates/base.html')
| -rw-r--r-- | backend/templates/base.html | 9 |
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 }} |
