diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml index 33a4daf..434511b 100755 --- a/exampleSite/config/_default/hugo.toml +++ b/exampleSite/config/_default/hugo.toml @@ -1,5 +1,5 @@ ######################## default configuration #################### -baseURL = "https://hugoplate.netlify.app/" +baseURL = "https://hugoplate.netlify.app/site/" title = "Hugoplate" theme = "hugoplate" # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List diff --git a/layouts/partials/components/breadcrumb.html b/layouts/partials/components/breadcrumb.html index 7bcd3cd..8e34dca 100644 --- a/layouts/partials/components/breadcrumb.html +++ b/layouts/partials/components/breadcrumb.html @@ -1,41 +1,31 @@ {{ $context := .Context }} {{ $class := .Class }} {{ $base := site.BaseURL }} -{{ $pageLink := replace $context.Permalink $base "" }} -{{ $lang := $context.Lang }} -{{ $context.Scratch.Set "path" "/" }} -