diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/terms.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/terms.html index f6b5666565..499eec5989 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/terms.html +++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/terms.html @@ -1,4 +1,3 @@ -{{/* {{ define "header" }}{{ partial "page-header" . }}{{ end }} */}} {{ define "main" }} {{ $section_to_display := .Pages }}
diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/page/documentation-home.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/page/documentation-home.html deleted file mode 100644 index 91f744c304..0000000000 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/page/documentation-home.html +++ /dev/null @@ -1,4 +0,0 @@ -{{ define "main" }} -{{ $section_to_display := (.Site.Taxonomies.categories.fundamentals).Pages | lang.Merge (.Sites.First.Taxonomies.categories.fundamentals).Pages }} - {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }} -{{ end }} diff --git a/_vendor/modules.txt b/_vendor/modules.txt index b506b71955..9c910ea163 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1 +1 @@ -# github.com/gohugoio/gohugoioTheme v0.0.0-20200123205007-5d6620a0db26 +# github.com/gohugoio/gohugoioTheme v0.0.0-20200128164921-1d0bc5482051 diff --git a/go.mod b/go.mod index 7e5bc493ea..eb7033c89c 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs go 1.12 -require github.com/gohugoio/gohugoioTheme v0.0.0-20200123205007-5d6620a0db26 // indirect +require github.com/gohugoio/gohugoioTheme v0.0.0-20200128164921-1d0bc5482051 // indirect diff --git a/go.sum b/go.sum index 931cc833a1..4495bdd925 100644 --- a/go.sum +++ b/go.sum @@ -9,3 +9,5 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20200123204146-589b4c309025 h1:ScYFARz+ github.com/gohugoio/gohugoioTheme v0.0.0-20200123204146-589b4c309025/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs= github.com/gohugoio/gohugoioTheme v0.0.0-20200123205007-5d6620a0db26 h1:acXfduibbWxji9tW0WkLHbjcXFsnd5uIwXe0WfwOazg= github.com/gohugoio/gohugoioTheme v0.0.0-20200123205007-5d6620a0db26/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs= +github.com/gohugoio/gohugoioTheme v0.0.0-20200128164921-1d0bc5482051 h1:cS14MnUGS6xwWYfPNshimm8HdMCZiYBxWkCD0VnvgVw= +github.com/gohugoio/gohugoioTheme v0.0.0-20200128164921-1d0bc5482051/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=