diff --git a/themes/gohugoioTheme/README.md b/themes/gohugoioTheme/README.md index c95c9e739..1898fb19a 100644 --- a/themes/gohugoioTheme/README.md +++ b/themes/gohugoioTheme/README.md @@ -1 +1,7 @@ -Theme for gohugo.io sites. More info to come. +# GoHugo Sites Theme + +Theme for gohugo.io sites: +* [https://gohugo.io/](https://gohugo.io/) +* [https://themes.gohugo.io/](https://themes.gohugo.io/) + +More info to come. diff --git a/themes/gohugoioTheme/layouts/404.html b/themes/gohugoioTheme/layouts/404.html old mode 100755 new mode 100644 diff --git a/themes/gohugoioTheme/layouts/_default/baseof.html b/themes/gohugoioTheme/layouts/_default/baseof.html old mode 100755 new mode 100644 diff --git a/themes/gohugoioTheme/layouts/_default/list.html b/themes/gohugoioTheme/layouts/_default/list.html old mode 100755 new mode 100644 diff --git a/themes/gohugoioTheme/layouts/_default/single.html b/themes/gohugoioTheme/layouts/_default/single.html old mode 100755 new mode 100644 diff --git a/themes/gohugoioTheme/layouts/_default/taxonomy.html b/themes/gohugoioTheme/layouts/_default/taxonomy.html index 9968398b2..77d1812d9 100644 --- a/themes/gohugoioTheme/layouts/_default/taxonomy.html +++ b/themes/gohugoioTheme/layouts/_default/taxonomy.html @@ -1,4 +1,4 @@ {{ define "main" }} - {{ $section_to_display := .Data.Pages }} + {{ $section_to_display := .Pages }} {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }} {{ end }} diff --git a/themes/gohugoioTheme/layouts/_default/terms.html b/themes/gohugoioTheme/layouts/_default/terms.html index 28795cf44..f6b566656 100644 --- a/themes/gohugoioTheme/layouts/_default/terms.html +++ b/themes/gohugoioTheme/layouts/_default/terms.html @@ -1,6 +1,6 @@ {{/* {{ define "header" }}{{ partial "page-header" . }}{{ end }} */}} {{ define "main" }} -{{ $section_to_display := .Data.Pages }} +{{ $section_to_display := .Pages }}