On the Blaugust Discord, UltrViolet suggested that bloggers link their post titles to the permalinks so that it’s easy to just right-click, “Copy Link as Markdown,” and get a formatted link with the correct title. (I’ve noticed Orion includes this in its context menu, and there are extensions for Firefox and Chrome that add it.)
I’ve been using the publication date in the post footer as the permalink on all the 11ty-generated parts of my site since I first converted the Les Mis blog back in 2021. But I can’t remember why I made that decision. I’m 99% certain every WordPress theme I’ve used has linked the title (even this one, which links from the timestamp too). It wasn’t an example in eleventy-base-blog either.
My best guess is that I was just implementing the Fediverse’s convention of linking the timestamp to the permalink. But that’s almost certainly because all the Twitterlike services don’t have titles.
But in looking up linking conventions, I went down an interesting rabbit hole about rel="bookmark".
Anyway, it’s an obvious change for better usability, and I’ll be updating my templates ASAP.


