aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-16 16:42:17 -0400
committertdro <tdro@noreply.example.com>2022-06-16 16:42:17 -0400
commitf8edb8e8ab98d4d429f71b37c03a49654b976465 (patch)
tree76e972c5df4c292351de795d90fee31fed998f78 /content
parent575f2c07583b4a05b40bc829e83e77891c27f12f (diff)
downloadcanory-f8edb8e8ab98d4d429f71b37c03a49654b976465.tar.gz
canory-f8edb8e8ab98d4d429f71b37c03a49654b976465.tar.bz2
canory-f8edb8e8ab98d4d429f71b37c03a49654b976465.zip
assets/templates/markdown-feed: Guard against enclosures that are not images
Other enclosure types can be handled differently.
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 08cb768..38eea2e 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.6.28 https://www.thedroneely.com/git/thedroneely/canory
+git clone --branch 0.7.28 https://www.thedroneely.com/git/thedroneely/canory
cd canory
hugo && hugo
```