diff options
author | Eduardo Flores <edfloreshz@gmail.com> | 2025-01-22 14:08:55 +0100 |
---|---|---|
committer | Eduardo Flores <edfloreshz@gmail.com> | 2025-01-22 14:08:55 +0100 |
commit | e2f641fc8b4204904c464d4bf54c72b4010ea4da (patch) | |
tree | fd532ce7fe3b774d3b8d20d6a8ac589039c51349 /wiki/features | |
parent | 7d1b5be1dc75c9c125ebd8d1f9c767ac0c9b5327 (diff) |
add: fediverse documentation to wiki
Diffstat (limited to 'wiki/features')
-rw-r--r-- | wiki/features/single-page-parameters.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/wiki/features/single-page-parameters.md b/wiki/features/single-page-parameters.md index d0ebe88..761cf5b 100644 --- a/wiki/features/single-page-parameters.md +++ b/wiki/features/single-page-parameters.md @@ -87,3 +87,12 @@ You can decide the date format to apply to single posts by setting the following [params] singleDateFormat = '2 January 2006' ``` + +## Fediverse + +You can include a [fediverse handle](https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/) in your posts. + +```toml +[params] +fediverse: "@username@instance.url" +```
\ No newline at end of file |