Skip to content

Commit c649c6b

Browse files
authored
Merge pull request #100 from YassinHajaj/main
Click on logo redirects to index.html instead of doing nothing
2 parents 3b6a765 + bfc6f88 commit c649c6b

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
@@ -44,7 +44,7 @@
4444
<body>
4545
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light border-bottom shadow">
4646
<div class="container">
47-
<a class="navbar-brand" href="${content.rootpath}">
47+
<a class="navbar-brand" href="${content.rootpath}index.html">
4848
<img alt="BeJUG logo" src="${content.rootpath}logo.png" height="40px">
4949
</a>
5050
<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)