From 8de94e5235039113fe246c59ab59afb3cf1f89df Mon Sep 17 00:00:00 2001 From: vrastilondrej Date: Thu, 18 Mar 2021 09:17:37 +0100 Subject: [PATCH] Fix link in cover.yml comment --- site/blueprints/fields/cover.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/blueprints/fields/cover.yml b/site/blueprints/fields/cover.yml index e4ae5a7..0239a12 100644 --- a/site/blueprints/fields/cover.yml +++ b/site/blueprints/fields/cover.yml @@ -1,9 +1,9 @@ # Fields can be defined in there own field blueprints # and reused across multiple blueprints # This field is used in the album.yml and note.yml blueprints -# See http://getkirby.test/docs/guide/blueprints/extending-blueprints#reusing-and-extending-single-fields +# See http://getkirby.com/docs/guide/blueprints/extending-blueprints#reusing-and-extending-single-fields type: files multiple: false query: page.images.template('image') uploads: - template: image \ No newline at end of file + template: image