From 9beb86273206a92517abb274d42870760bbfe4c0 Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 9 Sep 2021 20:23:39 +0200 Subject: [PATCH] fix syntax in template --- post_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/post_template.md b/post_template.md index 4a479c8..1464329 100644 --- a/post_template.md +++ b/post_template.md @@ -5,8 +5,7 @@ draft: false summary: "{{ frontmatter.summary }}" author: "{{ frontmatter.author }}" original_link: "{{ frontmatter.original_link }}" -categories: ["network, {{ frontmatter.feed_name}}"] - +categories: ["network", "{{ frontmatter.feed_name}}"] --- {{ content }} \ No newline at end of file