mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 16:10:43 +00:00
Fix REF_NOT_FOUND build errors after hugo update
This commit is contained in:
parent
01d192db11
commit
b795c0b517
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<nav class="navbar navbar-expand-sm navbar-dark">
|
||||
<!-- Navbar home -->
|
||||
<a class="navbar-brand" href="{{ ref . " /" }}">
|
||||
<a class="navbar-brand" href="{{ ref . "/" }}">
|
||||
<code>/home/{{ lower .Site.Title }}</code>
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue