adityatelange / hugo-PaperMod

A fast, clean, responsive Hugo theme.
https://adityatelange.github.io/hugo-PaperMod/
MIT License
9.21k stars 2.51k forks source link

[BUG] Header, Footer Breadcrumbs under partials do not have proper links #1506

Closed thebsv closed 2 months ago

thebsv commented 2 months ago

PaperMod % grep -r absLangURL * layouts/partials/breadcrumbs.html: <a href="{{ "" | absLangURL }}">{{ i18n "home" | default "Home" }} layouts/partials/footer.html: © {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Params.name }} layouts/partials/header.html: <a href="{{ "" | absLangURL }}" accesskey="h" title="{{ $label_text }} (Alt + H)"> layouts/partials/header.html: {{- $menu_item_url := (cond (strings.HasSuffix .URL "/") .URL (printf "%s/" .URL) ) | absLangURL }} layouts/partials/header.html: {{- $page_url:= $currentPage.Permalink | absLangURL }} layouts/partials/header.html: <a href="{{ .URL | absLangURL }}" title="{{ .Title | default .Name }} {{- cond $is_search (" (Alt + /)" | safeHTMLAttr) ("" | safeHTMLAttr ) }}"

What should I add here, cause without adding anything, these links point to localhost by default

thebsv commented 2 months ago

Okay looks like it has been fixed now, thanks