diff --git a/.gitignore b/.gitignore index 2042e76..470fb8c 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,5 @@ exampleSite/content/de /exampleSite/resources/ /exampleSite/data/sprites/ -# hugo -.hugo_build.lock - # testing .lighthouseci/ diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html index 2aee8ce..9d94525 100644 --- a/layouts/partials/page-header.html +++ b/layouts/partials/page-header.html @@ -1,7 +1,7 @@ {{ $geekdocRepo := default (default false .Site.Params.GeekdocRepo) .Page.Params.GeekdocRepo }} {{ $geekdocEditPath := default (default false .Site.Params.GeekdocEditPath) .Page.Params.GeekdocEditPath }} {{ if .File }} - {{ $.Scratch.Set "geekdocFilePath" (default (path.Join .File.Lang .File.Path) .Page.Params.GeekdocFilePath) }} + {{ $.Scratch.Set "geekdocFilePath" (default .File.Path .Page.Params.GeekdocFilePath) }} {{ else }} {{ $.Scratch.Set "geekdocFilePath" false }} {{ end }}