From f8edb8e8ab98d4d429f71b37c03a49654b976465 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 16 Jun 2022 16:42:17 -0400 Subject: assets/templates/markdown-feed: Guard against enclosures that are not images Other enclosure types can be handled differently. --- content/default/messages/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') 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 ``` -- cgit v1.2.3