We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58708f4 + 9965abd commit bfc6f88Copy full SHA for bfc6f88
templates/base.ftl
@@ -45,7 +45,7 @@
45
<body>
46
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light border-bottom shadow">
47
<div class="container">
48
- <a class="navbar-brand" href="${content.rootpath}">
+ <a class="navbar-brand" href="${content.rootpath}index.html">
49
<img alt="BeJUG logo" src="${content.rootpath}logo.png" height="40px">
50
</a>
51
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
0 commit comments