Redirect back to root page when clicking on title
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
8999acbd07
commit
de355ca930
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<body>
|
||||
<header class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<nav class="container-fluid">
|
||||
<a class="navbar-brand" href="#">{{ h_pagetitle }}</a>
|
||||
<a class="navbar-brand" href="{{ baseurl }}">{{ h_pagetitle }}</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-collapse" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue