link back to main site

This commit is contained in:
Christoph Schindlbeck 2023-02-05 14:16:28 +01:00
parent ba025cc848
commit 1c8e77e668

View File

@ -24,7 +24,7 @@
{{- $crumb_is_title := .Site.Params.breadcrumb_use_title | default false -}} {{- $crumb_is_title := .Site.Params.breadcrumb_use_title | default false -}}
<!-- Build the breadcrumb - base URL link, path links for each dir, cur location text --> <!-- Build the breadcrumb - base URL link, path links for each dir, cur location text -->
<a href="{{ .Site.BaseURL }}"><strong>{{ .Site.Title }}</strong></a> <a href="https://www.vvoid.camp"><strong>{{ .Site.Title }}</strong></a>
{{- if gt $use_part_cnt 0 -}} {{- if gt $use_part_cnt 0 -}}
{{- range $cur_ind, $element := first (sub $use_part_cnt 1) $url_parts -}} {{- range $cur_ind, $element := first (sub $use_part_cnt 1) $url_parts -}}
{{- $path := string (delimit (first (add $cur_ind 1) $url_parts) "/") -}} {{- $path := string (delimit (first (add $cur_ind 1) $url_parts) "/") -}}