diff --git a/exampleSite/i18n/en.yaml b/exampleSite/i18n/en.yaml index aaa30ca..83fa869 100755 --- a/exampleSite/i18n/en.yaml +++ b/exampleSite/i18n/en.yaml @@ -1,3 +1,6 @@ +- id: home + translation: Home + - id: read_more translation: Read More @@ -23,10 +26,10 @@ translation: Back To Home - id: search_input_placeholder - translation: Search Post .. + translation: Search Post ... - id: no_results_for translation: No results for - id: empty_search_results_placeholder - translation: Type something to search.. \ No newline at end of file + translation: Type something to search.. diff --git a/layouts/partials/components/breadcrumb.html b/layouts/partials/components/breadcrumb.html index 189505f..375c863 100644 --- a/layouts/partials/components/breadcrumb.html +++ b/layouts/partials/components/breadcrumb.html @@ -1,9 +1,18 @@ -{{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }} -{{ $lang := .Lang | urlize }} -{{ $.Scratch.Add "path" .Site.BaseURL }} -