mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
use Parent's Permalink for breadcrumb nav
This commit is contained in:
parent
e03348c041
commit
65f84d6f19
@ -4,7 +4,7 @@
|
||||
<header class="post-header">
|
||||
{{- if (.Param "ShowBreadCrumbs")}}
|
||||
<div class="breadcrumbs">
|
||||
{{- $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }}
|
||||
{{- $url := replace .Parent.Permalink ( printf "%s" .Site.BaseURL) "" }}
|
||||
{{- $lang_url := replace $url ( printf "%s" .Lang) "" }}
|
||||
|
||||
<a href="{{ "" | absLangURL }}">{{ i18n "home" | default "Home"}}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user