mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-23 00:36:30 -05:00
Removed substack, added toot_text
This commit is contained in:
parent
f08ccf839e
commit
8aa5ac39d3
1 changed files with 2 additions and 6 deletions
|
@ -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" }}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue