aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-02-24 18:33:47 -0500
committertdro <tdro@noreply.example.com>2024-02-24 18:33:47 -0500
commite8c7ffdfe80b83f54e1bee2120ed7ac8e9d308f4 (patch)
tree02cc1058c7fa0b211372fafe2d26ced1134979f4 /themes/default/layouts
parentb334453f50db6a571714d59e4d8dbcc84744f675 (diff)
downloadcanory-e8c7ffdfe80b83f54e1bee2120ed7ac8e9d308f4.tar.gz
canory-e8c7ffdfe80b83f54e1bee2120ed7ac8e9d308f4.tar.bz2
canory-e8c7ffdfe80b83f54e1bee2120ed7ac8e9d308f4.zip
shell: Park at hugo version 0.122.0
Increase shell build ergonomics
Diffstat (limited to 'themes/default/layouts')
-rw-r--r--themes/default/layouts/shortcodes/version.html6
1 files changed, 3 insertions, 3 deletions
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 -}}