The Hugo Gopher is based on an original work by Renée French.
-
{{- partial "nav-mobile.html" . -}}
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/showcase/single.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/showcase/single.html
index a7cf439cb..5ae1e07a7 100644
--- a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/showcase/single.html
+++ b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/showcase/single.html
@@ -95,7 +95,7 @@ Showcase: {{ .Title }}
{{end}}
- {{if ge $number_of_entries 20}}
+ {{if gt $number_of_entries 20}}
See More »
diff --git a/docs/_vendor/modules.txt b/docs/_vendor/modules.txt
index 0809f3f26..200400694 100644
--- a/docs/_vendor/modules.txt
+++ b/docs/_vendor/modules.txt
@@ -1 +1 @@
-# github.com/gohugoio/gohugoioTheme v0.0.0-20200518165806-0095b7b902a7
+# github.com/gohugoio/gohugoioTheme v0.0.0-20200711112515-b0dfe471654f
diff --git a/docs/content/en/content-management/taxonomies.md b/docs/content/en/content-management/taxonomies.md
index f5ee00cd3..cefce7d56 100644
--- a/docs/content/en/content-management/taxonomies.md
+++ b/docs/content/en/content-management/taxonomies.md
@@ -1,7 +1,7 @@
---
title: Taxonomies
linktitle:
-description: Hugo includes support for user-defined taxonomies..
+description: Hugo includes support for user-defined taxonomies.
date: 2017-02-01
publishdate: 2017-02-01
keywords: [taxonomies,metadata,front matter,terms]
diff --git a/docs/go.mod b/docs/go.mod
index bac6ed561..4199c2307 100644
--- a/docs/go.mod
+++ b/docs/go.mod
@@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs
go 1.12
-require github.com/gohugoio/gohugoioTheme v0.0.0-20200518165806-0095b7b902a7 // indirect
+require github.com/gohugoio/gohugoioTheme v0.0.0-20200711112515-b0dfe471654f // indirect
diff --git a/docs/go.sum b/docs/go.sum
index 4759bfa31..eaaa0e560 100644
--- a/docs/go.sum
+++ b/docs/go.sum
@@ -21,3 +21,5 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20200518164958-62cbad03c40f h1:Ge3JACsz
github.com/gohugoio/gohugoioTheme v0.0.0-20200518164958-62cbad03c40f/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=
github.com/gohugoio/gohugoioTheme v0.0.0-20200518165806-0095b7b902a7 h1:Sy0hlWyZmFtdSY0Cobvw1ZYm3G1aR5+4DuFNRbMkh48=
github.com/gohugoio/gohugoioTheme v0.0.0-20200518165806-0095b7b902a7/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=
+github.com/gohugoio/gohugoioTheme v0.0.0-20200711112515-b0dfe471654f h1:BWJyycs4HD7tUbaU8RIGeMay84bIBWRVVLE3yajPas4=
+github.com/gohugoio/gohugoioTheme v0.0.0-20200711112515-b0dfe471654f/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=