Skip to content

Commit 9965abd

Browse files
authored
Click on logo redirects to index.html instead of doing nothing
The logo did a page refresh, but didn't navigate anywhere. Users would probably expect it to redirect to the home page.
1 parent 58708f4 commit 9965abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<body>
4646
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light border-bottom shadow">
4747
<div class="container">
48-
<a class="navbar-brand" href="${content.rootpath}">
48+
<a class="navbar-brand" href="${content.rootpath}index.html">
4949
<img alt="BeJUG logo" src="${content.rootpath}logo.png" height="40px">
5050
</a>
5151
<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

Comments
 (0)