diff options
Diffstat (limited to 'templates/template.html')
| -rwxr-xr-x | templates/template.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/template.html b/templates/template.html index b2d1ad05..1124f783 100755 --- a/templates/template.html +++ b/templates/template.html @@ -16,10 +16,7 @@ <script src="/htmx.min.js"></script> </head> <body> - <ul class="topBar"> - <li class="topLink"><a href="/">home</a></li> - <li class="topLink"><a href="https://codeberg.org/JacobMcDonnell">codeberg</a></li> - <li class="topLink"><a href="https://gist.github.com/JacobMcDonnell/">gists</a></li> + <ul class="topBar" hx-get="/os-link" hx-target="this" hx-trigger="load" hx-swap="innerHTML"> </ul> <div class="main"> {{.}} |
