Hi folks. Was adding the “Show post on bluesky” link to my blog and I fancy having another link to the post on micro.blog.
So under my posts currently I have
Cross-posted to Bluesky
(as a link)
But would like something like
Posted to Micro.blog
(as a link)
Cross-posted to Bluesky(as a link)
Got this code for the bluesky link. Was wondering if there is an equivalent to link back to micro.blog?
{{ if .Params.bluesky }}
<a class="u-syndication" {{ printf "href=%q" .Params.bluesky.link | safeHTMLAttr }}>
<hr>
Cross-posted to Bluesky 🦋
</a>
{{ end }}
Definitely a bonus feature but feel like it would be a good way to show a person who isn’t familiar with micro.blog how this whole thing works
Any ideas appricated, Cheers!