From 8aa5ac39d3b4eb4e37fd21d323572d4ddf0a96a0 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Thu, 5 Jan 2023 01:25:24 -0500 Subject: [PATCH] Removed substack, added toot_text --- layouts/_default/item.json.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/layouts/_default/item.json.json b/layouts/_default/item.json.json index f69b9e6..c7bff5c 100644 --- a/layouts/_default/item.json.json +++ b/layouts/_default/item.json.json @@ -13,16 +13,12 @@ "_syndication": { "mastodon": { "enabled": {{ .Params.mastodon_enabled | default "false" }}, - "toot_id": {{ .Params.mastodon_toot_id | default "null" }} + "toot_id": {{ .Params.mastodon_toot_id | default "null" }}, + "toot_text": "{{ .Params.mastodon_toot_text | default ""}}" }, "medium": { "enabled": {{ .Params.medium_enabled | default "false" }}, "post_id": {{ .Params.medium_post_id | default "null" }} - }, - "substack": { - "enabled": {{ .Params.substack_enabled | default "false" }}, - "post_id": {{ .Params.substack_post_id | default "null" }} } - } } \ No newline at end of file