From 99e8853b7fa4467d2ff1bd909517b7780eb12728 Mon Sep 17 00:00:00 2001 From: Siroco Date: Fri, 23 Oct 2020 02:19:43 +0200 Subject: [PATCH] Clean colon --- themes/api-theme/layouts/_default/item_reduced.api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/api-theme/layouts/_default/item_reduced.api.json b/themes/api-theme/layouts/_default/item_reduced.api.json index f41c60b..898aa99 100644 --- a/themes/api-theme/layouts/_default/item_reduced.api.json +++ b/themes/api-theme/layouts/_default/item_reduced.api.json @@ -1,5 +1,5 @@ { "name": "{{ .Slug }}", "title": "{{ .Title }}", - "permalink": "{{ .Permalink }}", + "permalink": "{{ .Permalink }}" }