From ceab41097b79d97a35f0eb8da24d7fb05b885304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 28 Jan 2020 17:52:28 +0100 Subject: [PATCH] Update theme Closes https://github.com/gohugoio/gohugoioTheme/issues/142 --- .../gohugoio/gohugoioTheme/layouts/_default/terms.html | 1 - .../gohugoioTheme/layouts/page/documentation-home.html | 4 ---- _vendor/modules.txt | 2 +- go.mod | 2 +- go.sum | 2 ++ 5 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 _vendor/github.com/gohugoio/gohugoioTheme/layouts/page/documentation-home.html diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/terms.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/terms.html index f6b566656..499eec598 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 91f744c30..000000000 --- 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 b506b7195..9c910ea16 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 7e5bc493e..eb7033c89 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 931cc833a..4495bdd92 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=