summaryrefslogtreecommitdiff
path: root/templates/template.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 20:17:51 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 20:17:51 -0400
commit888d48300fd2d098a676503a69ac96db94e61a04 (patch)
tree12aa1be24bcc501fa18f9ebeb4961cdb89f76dc6 /templates/template.html
parentee64cdc2712a8e7f77c6af02385afd43a2a1e61b (diff)
feat: OS Index Pages
Diffstat (limited to 'templates/template.html')
-rwxr-xr-xtemplates/template.html5
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">
{{.}}