From 1bf22b4265c8cd393a0f09ea187bfcd468b18192 Mon Sep 17 00:00:00 2001 From: Akos Balasko Date: Sun, 31 Dec 2023 15:18:50 +0100 Subject: [PATCH] fix: template made comliant with Obsidian 1.5.3 (#562) --- sampleTemplate.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sampleTemplate.tmpl b/sampleTemplate.tmpl index bdc5aff6..22b015bd 100644 --- a/sampleTemplate.tmpl +++ b/sampleTemplate.tmpl @@ -2,8 +2,8 @@ {created-at-block}Created at: {created-at}{end-created-at-block} {updated-at-block}Last updated at: {updated-at}{end-updated-at-block} -{source-url-block}Source URL: []({source-url}){end-source-url-block} -{tags-block}Tags: {tags}{end-tags-block} +{source-url-block}Source URL: {source-url}{end-source-url-block} +{tags-block}tags: {tags}{end-tags-block} ---