Skip to content

Commit db24978

Browse files
dukebodyifosch
authored andcommitted
Upgrade to Hugo 0.139.4 and stop using GAnalytics.
For some reason it fails when trying to load the Google Analytics partial with the new version. However in the last Assembly we said we want to remove Google Analytics, so removing it is the simple solution.
1 parent e91fcfd commit db24978

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

bin/install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -euo pipefail
44

55
function install_hugo() {
6-
echo -n "Installing Hugo 0.123.8... "
7-
pip install hugo=="0.123.8"
6+
echo -n "Installing Hugo 0.139.4... "
7+
pip install hugo=="0.139.4"
88
echo "OK!"
99
}
1010

themes/pybcn_theme/layouts/partials/head.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
2525
{{ end -}}
2626

27-
{{ template "_internal/google_analytics_async.html" . }}
28-
2927
{{ if .Site.Params.cookie_consent_info_url }}
3028
{{ partial "cookie-consent.html" . }}
3129
{{ end }}

0 commit comments

Comments
 (0)