Currently we have an element at the bottom of every post that lists the collections that the post is a member of. It looks like this:
Part of the 🍹 Cocktails collection.
Each post is added as a member to a collection by listing the id of the collection in the tags:
metadata of the post. For example, this post has the metadata:
--- firstTouch: '2023-05-29' title: 'Collections in the Heading' tags: [captains-log, feature] ---
The captains-log
tag is the id of that collection.
The collections element acts kinda like a parent node (think like a parent folder but can be a member of multiple parent folders).
Given this orientation aspect, I want to move the collections element up to the heading of the post.