From 823ce055ed3356da37e9ec4ac70446bdbbaa8de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 13 Jul 2020 11:01:55 +0200 Subject: Squashed 'docs/' changes from cfd74b57d..c3b4f8410 c3b4f8410 Update theme 0aaecc16c Remove unnecessary period. (#1168) git-subtree-dir: docs git-subtree-split: c3b4f84106cf312fa2698c60c43c2b46bc4969e3 --- _vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css | 2 +- _vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html | 5 ++--- .../gohugoioTheme/layouts/partials/home-page-sections/sponsors.html | 2 +- .../gohugoio/gohugoioTheme/layouts/partials/site-footer.html | 2 +- .../github.com/gohugoio/gohugoioTheme/layouts/showcase/single.html | 2 +- _vendor/modules.txt | 2 +- content/en/content-management/taxonomies.md | 2 +- go.mod | 2 +- go.sum | 2 ++ 9 files changed, 11 insertions(+), 10 deletions(-) diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css index baf3278b0..c08fbc9dc 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css +++ b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css @@ -4828,7 +4828,7 @@ pre { right: 50%;*/ /*margin-left: -30vw;*/ margin-right: -30vw; - max-width: 48vw; + max-width: 100vw; } } .code-block .line-numbers-rows { diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html index c78926503..2cedc384a 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html +++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html @@ -17,10 +17,9 @@ var trackOutboundLink = function(id, url) { gtag('event', 'click', { 'event_category': 'outbound', 'event_label': id, - 'transport_type': 'beacon', - 'event_callback': function(){document.location = url;} + 'transport_type': 'beacon' }); } -{{ end }} \ No newline at end of file +{{ end }} diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/sponsors.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/sponsors.html index fa179f7f4..f9f5ec588 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/sponsors.html +++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/sponsors.html @@ -13,7 +13,7 @@ {{ $url := printf "%s?%s" . (querify "utm_source" "homepage" "utm_medium" "banner" "utm_campaign" "hugosponsor") | safeURL }} {{ if eq (getenv "HUGO_ENV") "production" | or (eq $.cx.Site.Params.env "production") }} {{ $gtagID := printf "Sponsor %s %s" $banner.name $gtag | title }} - + {{ else }} {{ end }} diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-footer.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-footer.html index 39ddb36d1..cff476788 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-footer.html +++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-footer.html @@ -39,7 +39,7 @@

The Hugo Gopher is based on an original work by Renée French.

- +
{{- partial "nav-mobile.html" . -}} diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/showcase/single.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/showcase/single.html index a7cf439cb..5ae1e07a7 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/showcase/single.html +++ b/_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/_vendor/modules.txt b/_vendor/modules.txt index 0809f3f26..200400694 100644 --- a/_vendor/modules.txt +++ b/_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/content/en/content-management/taxonomies.md b/content/en/content-management/taxonomies.md index f5ee00cd3..cefce7d56 100644 --- a/content/en/content-management/taxonomies.md +++ b/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/go.mod b/go.mod index bac6ed561..4199c2307 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-20200518165806-0095b7b902a7 // indirect +require github.com/gohugoio/gohugoioTheme v0.0.0-20200711112515-b0dfe471654f // indirect diff --git a/go.sum b/go.sum index 4759bfa31..eaaa0e560 100644 --- a/go.sum +++ b/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= -- cgit v1.2.3