Commit graph

6 commits

Author SHA1 Message Date
Oliver Davies 8385d6fef7 Don't send posts to social media multiple times
Check if a post has previously been sent to social media, by checking
the value of a `field_sent_to_social_media` field.

This field is hidden on the node add/edit forms, and populated when a
post is sent to social media. Once this happens, it will not be sent to
social media again.

This change also populates the field for all existing posts, so that
they won't be re-sent to social media either.
2020-08-12 22:33:16 +01:00
Oliver Davies 79eb9bef0b Include widgets.js on blog posts that need it
Fixes #78
2020-05-29 21:07:59 +01:00
Oliver Davies 572c6898c5 Add images field to blog posts
Fixes #22
2020-05-13 11:27:40 +01:00
Oliver Davies a130168765 Add series field to blog posts 2020-05-10 19:59:46 +01:00
Oliver Davies 310460ee4b Add path and url_redirects to config 2020-05-08 13:43:41 +01:00
Oliver Davies 1c75b76269 Export config 2020-04-12 18:18:10 +01:00