Squashed 'docs/' changes from cfd74b57d..c3b4f8410
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 13 Jul 2020 09:01:55 +0000 (11:01 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 13 Jul 2020 09:01:55 +0000 (11:01 +0200)
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
_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/gtag.html
_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/home-page-sections/sponsors.html
_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-footer.html
_vendor/github.com/gohugoio/gohugoioTheme/layouts/showcase/single.html
_vendor/modules.txt
content/en/content-management/taxonomies.md
go.mod
go.sum

index baf3278b060d8f5d9df45d55ad920b5fdc576ec8..c08fbc9dc49ed9ae0373555b0229c1982797e613 100644 (file)
@@ -4828,7 +4828,7 @@ pre {
   right: 50%;*/
   /*margin-left: -30vw;*/
   margin-right: -30vw;
-  max-width: 48vw;
+  max-width: 100vw;
   }
 }
 .code-block .line-numbers-rows {
index c7892650344a280883dcd627a8541e1acfe81257..2cedc384a438a878ef6ab0b8a79b0df2d952877e 100644 (file)
@@ -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'
   });
 }
 
 </script>
-{{ end }}
\ No newline at end of file
+{{ end }}
index fa179f7f4c7d387275794fbb9e47272e28033532..f9f5ec5880d7b8888f2d6a9d0275ed462f5da27a 100644 (file)
@@ -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 }}
-                   <a href="{{ $url }}" onclick="trackOutboundLink({{ printf "'%s', '%s'" $gtagID $url | safeJS }}); return false;" class="grow">
+                   <a href="{{ $url }}" onclick="trackOutboundLink({{ printf "'%s', '%s'" $gtagID $url | safeJS }});" class="grow">
                 {{ else }}
                    <a href="{{ $url }}" class="grow">
                 {{ end }}
index 39ddb36d116f95895428e92a478dece31f3e4dff..cff476788d568e2fa66555a1a4002231a6b99de7 100644 (file)
@@ -39,7 +39,7 @@
       <p class="dib">The Hugo Gopher is based on an original work by Renée French.</p>
     </div>
 
-    <img src="/images/gopher-side_color.svg" class="absolute-l bottom-0 dn db-l h4 right-0 z-999"/>
+    <img src="/images/gopher-side_color.svg" alt="" class="absolute-l bottom-0 dn db-l h4 right-0 z-999"/>
 
     <div class="bg-primary-color-dark bottom-0 left-0 right-0 dn-l fixed pb3 ph3 w-100">
       {{- partial "nav-mobile.html" . -}}
index a7cf439cb7f6d85039d57827d8daff353f0f9277..5ae1e07a7cc5021b08bb6100b1662c6fc233f803 100644 (file)
@@ -95,7 +95,7 @@ Showcase: {{ .Title }}
         </a>
       </li>
     {{end}}
-    {{if ge $number_of_entries 20}}
+    {{if gt $number_of_entries 20}}
       <li class="mt3">
         <a href="/showcase/page/2/" class="link blue">
           See More &raquo;
index 0809f3f26f82fd01171f7bc6e043ec9b9d65e6d9..20040069445573c2fc4261e6ff13ff364d379224 100644 (file)
@@ -1 +1 @@
-# github.com/gohugoio/gohugoioTheme v0.0.0-20200518165806-0095b7b902a7
+# github.com/gohugoio/gohugoioTheme v0.0.0-20200711112515-b0dfe471654f
index f5ee00cd3ff32c9f313b847aad1bc1f1771740e7..cefce7d56fca9adc383e4fba9d53948a8aae6f13 100644 (file)
@@ -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 bac6ed5615ec9252b9c586bcf148302bdc09944b..4199c2307b2db1fde43f2a6a37006c29ae49d136 100644 (file)
--- 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 4759bfa31a401f52c6060ec8637c7183dd993281..eaaa0e5608f8d83bb4f6b9baa60a5bbd5ca55462 100644 (file)
--- 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=