{{ $.Scratch.Set "breadcrumb_path" "/" }} {{ $.Scratch.Set "url" (replace .Permalink ( printf "%s" .Site.BaseURL) "") }} {{ $latestChar := substr ($.Scratch.Get "url") (sub (len ($.Scratch.Get "url")) 1) }} {{ if eq $latestChar "/" }} {{ $newUrl := substr ($.Scratch.Get "url") 0 (sub (len ($.Scratch.Get "url")) 1) }} {{ $.Scratch.Set "url" $newUrl }} {{ end }}
{{ $.Scratch.Delete "breadcrumb_path" }} {{ $.Scratch.Delete "url" }}