summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/partials/breadcrumbs.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/layouts/partials/breadcrumbs.html')
-rw-r--r--themes/PaperMod/layouts/partials/breadcrumbs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/PaperMod/layouts/partials/breadcrumbs.html b/themes/PaperMod/layouts/partials/breadcrumbs.html
index 7e8257b..2686ca0 100644
--- a/themes/PaperMod/layouts/partials/breadcrumbs.html
+++ b/themes/PaperMod/layouts/partials/breadcrumbs.html
@@ -1,6 +1,6 @@
{{- if (.Param "ShowBreadCrumbs") -}}
<div class="breadcrumbs">
- {{- $url := replace .Parent.Permalink (printf "%s" site.BaseURL) "" }}
+ {{- $url := replace .Parent.Permalink (printf "%s" site.Home.Permalink) "" }}
{{- $lang_url := strings.TrimPrefix (printf "%s/" .Lang) $url -}}
<a href="{{ "" | absLangURL }}">{{ i18n "home" | default "Home" }}</a>