diff options
Diffstat (limited to 'backend/templates')
| -rw-r--r-- | backend/templates/base.html | 9 | ||||
| -rw-r--r-- | backend/templates/home.html | 2 |
2 files changed, 2 insertions, 9 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 }} diff --git a/backend/templates/home.html b/backend/templates/home.html index ed450ac..fb927eb 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -2,7 +2,7 @@ <div class="introduction"> <h1>logs</h1> <p> - Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere. + {{ .Description }} </p> </div> <article> |
