It wasn't a case of "following the wrong people" because, suddenly, just about everyone became the wrong people.
Along with the ownership aspect, Micro.blog gave the opportunity for a new start, a clean break, but I now find myself unfollowing people there as the same conversations start to dominate certain parts of the feed.
Yes, they are important. Yes, they need to be discussed. But everywhere? All the time?
When looking to even up the placement of my post permalinks I ended up using jQuery to dynamically apply a class to an element.
Matthew Roach suggested looking at it a different way by changing the CSS and applying a condition to the first paragraph in a post.
But it just dawned on me, in a rare moment of clarity, that I could just directly target the last paragraph in a post via CSS - no jQuery required:
.entry-content > p:last-of-type
You live and learn.
Strange that the last post added the link text but not the link itself :hmm: