oliverdavies.uk/web/modules/custom/custom
Oliver Davies 0f07d3d231 Add ability to add links to external posts
Add the ability to add links to external blog posts within my blog feed.
This is done based on a new `field_external_link` field that allows for
adding the external link URL and the domain name as the title.

The node links are then overridden to use the external link if there is
one, so the node title and 'read more' links are changed to use the
external link.

Currently, automated tweets are not generated for external posts.

Fixes #182
2020-08-14 16:43:04 +01:00
..
config/schema Automatically create tweets for new posts 2020-07-19 20:15:44 +01:00
hooks Add ability to add links to external posts 2020-08-14 16:43:04 +01:00
src Add ability to add links to external posts 2020-08-14 16:43:04 +01:00
tests Fix PHPCS errors 2020-06-30 17:34:42 +01:00
custom.info.yml Add a command for updating old tag names 2020-06-01 20:12:27 +01:00
custom.install Don't send posts to social media multiple times 2020-08-12 22:33:16 +01:00
custom.module Split hooks into separate files, load with Finder 2020-05-29 22:35:33 +01:00
custom.services.yml Don't send posts to social media multiple times 2020-08-12 22:33:16 +01:00
drush.services.yml Add a command for updating old tag names 2020-06-01 20:12:27 +01:00