summaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates/pkgs/index.html
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2025-02-12 08:14:04 -0600
committerWilliam Harrington <kb0iic@berzerkula.org>2025-02-12 08:14:04 -0600
commitc82957893826f5c78a6563abea75cca9ffa24d42 (patch)
tree99afb357dcee7bcf3917a97e9f11478c9c6e6170 /src/main/resources/templates/pkgs/index.html
parent5db196eebb04155491630b5396d1b7a7f2eab4e6 (diff)
Remove preceding / in front of navbar so it is accessible.
Diffstat (limited to 'src/main/resources/templates/pkgs/index.html')
-rw-r--r--src/main/resources/templates/pkgs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/pkgs/index.html b/src/main/resources/templates/pkgs/index.html
index 04eb45a..1920d85 100644
--- a/src/main/resources/templates/pkgs/index.html
+++ b/src/main/resources/templates/pkgs/index.html
@@ -8,7 +8,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
-<nav th:insert="~{/navbar :: navigation}"></nav>
+<nav th:insert="~{navbar :: navigation}"></nav>
<hr>
<hr>