Add Mastodon attribution tag
This commit is contained in:
parent
e80a2c9919
commit
e1ec272429
9
blog/content/posts/attribution-on-mastodon.md
Normal file
9
blog/content/posts/attribution-on-mastodon.md
Normal 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 🤷🏻♂️).
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user