5fb7b33256
Guess what, on https://gohugo.io/functions/relurl/ it says > As a best practice, never include a leading slash when using this function. Fixes https://github.com/janraasch/hugo-bearblog/issues/65
5 lines
117 B
HTML
5 lines
117 B
HTML
<a href="{{ "" | relURL }}" class="title">
|
|
<h2>{{ .Site.Title }}</h2>
|
|
</a>
|
|
<nav>{{- partial "nav.html" . -}}</nav>
|