Update Home

2026-01-03 15:48:35 -05:00
parent 00e7c30752
commit a5645be76d

12
Home.md

@@ -53,18 +53,6 @@ webrings: [
```
### Mastodon Integration
Integrate Mastodon toots into blog posts.
#### Embed a toot from Mastodon using the `toot` shortcode:
```
{% toot "instance", "tootID" %}
```
For example:
```
{% toot "lounge.town", "112672230453089386" %}
```
Embedded toots are live, so if the toot or instance is not reachable, the toot will not be shown on the page. I haven't built any error handling for this yet.
#### Adding link to discuss on Mastodon
Simply add a toot ID to a post's frontmatter using the `mastodon_id` key in order to enable a link to discuss on Mastodon:
```