Add Mastodon attribution tag

This commit is contained in:
Jack Jackson 2024-10-14 09:47:09 -07:00
parent e80a2c9919
commit e1ec272429
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
title: "Attribution on Mastodon"
date: 2024-10-14T09:44:25-07:00
tags:
- mastodon
- meta
---
Just a quick one to note that, following instructions on [this article](https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/), I've added a meta tag to posts from this blog (`<meta name="fediverse:creator" content="scubbo@fosstodon.org" />` - note that, at the time of writing, the linked article seems to incorrectly list a leading `@` which breaks attribution) which should, hopefully, result in attribution when articles are shared on Mastodon (and apparently Discord too 🤷🏻‍♂️).

View File

@ -4,6 +4,8 @@
{{ end }}
{{ end }}
<!-- https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/ -->
<meta name="fediverse:creator" content="scubbo@fosstodon.org" />
<!-- https://stackoverflow.com/a/70385342/1040915 -->
<script src="/js/custom.js" defer></script>
<link rel="stylesheet" href="/css/custom.css">