aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-01 22:00:16 -0400
committertdro <tdro@noreply.example.com>2022-07-01 22:00:16 -0400
commit44f95bee10b43e810e570fcafbc3cda54cfe71b5 (patch)
treedc7ca4d70711c74a81ec9af55e6e213e41b4f2e4 /content
parentda474d74e545b077bd9c1f3249eba1efc57e3515 (diff)
downloadcanory-44f95bee10b43e810e570fcafbc3cda54cfe71b5.tar.gz
canory-44f95bee10b43e810e570fcafbc3cda54cfe71b5.tar.bz2
canory-44f95bee10b43e810e570fcafbc3cda54cfe71b5.zip
themes/default/layouts/partials/generate-feeds: Expand check for invalid time zones
Fill in relative links and remove duplicated code. Hopefully we won't need to get serious and validate dates anytime soon.
Diffstat (limited to 'content')
-rw-r--r--content/default/messages/quickstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
index 2661cf1..bd8f0d3 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -11,7 +11,7 @@ explaining how to get started.
GIT CLONE. EXECUTE HUGO TWICE. HUGO VERSION >= 0.94.2.
```shell
-git clone --branch 0.8.13 https://www.thedroneely.com/git/thedroneely/canory
+git clone --branch 0.9.37 https://www.thedroneely.com/git/thedroneely/canory
cd canory
hugo && hugo
```