From e8c7ffdfe80b83f54e1bee2120ed7ac8e9d308f4 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 24 Feb 2024 18:33:47 -0500 Subject: shell: Park at hugo version 0.122.0 Increase shell build ergonomics --- themes/default/layouts/shortcodes/version.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/default/layouts') diff --git a/themes/default/layouts/shortcodes/version.html b/themes/default/layouts/shortcodes/version.html index 98cac8a..2e3eda8 100644 --- a/themes/default/layouts/shortcodes/version.html +++ b/themes/default/layouts/shortcodes/version.html @@ -1,4 +1,4 @@ -{{- $theme := "0.11.12" -}} +{{- $version := "0.11.12" -}} {{- $generator := "0.110.0" -}} {{- $number := default false (.Get "number" | default (.Get 0)) -}} @@ -6,7 +6,7 @@ {{- $hugo := default false (.Get "hugo" | default (.Get 2)) -}} {{- if $number -}} - {{ $theme }} + {{ $version }} {{- end -}} {{- if $hugo -}} @@ -15,6 +15,6 @@ {{- if $clone -}} ```shell -git clone --branch {{ $theme }} https://www.thedroneely.com/git/thedroneely/canory +git clone --branch {{ $version }} https://www.thedroneely.com/git/thedroneely/canory ``` {{- end -}} -- cgit v1.2.3