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