From 085f4d5e4b2512238316a978e49a925fd59aab16 Mon Sep 17 00:00:00 2001 From: Juan Pablo Valencia Date: Thu, 30 Jan 2025 21:28:24 +0200 Subject: small wiki fixes --- wiki/features/single-page-parameters.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'wiki/features/single-page-parameters.md') diff --git a/wiki/features/single-page-parameters.md b/wiki/features/single-page-parameters.md index 761cf5b..0bf62b0 100644 --- a/wiki/features/single-page-parameters.md +++ b/wiki/features/single-page-parameters.md @@ -79,20 +79,19 @@ You can specify the post meta description as follows: description: "Your Description" ``` -## Date Format +## Fediverse -You can decide the date format to apply to single posts by setting the following param in the toml file: +You can include a [fediverse handle](https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/) in your posts. -```toml -[params] -singleDateFormat = '2 January 2006' +```md +fediverse: "@username@instance.url" ``` -## Fediverse +## Date Format -You can include a [fediverse handle](https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/) in your posts. +You can decide the date format to apply to single posts by setting the following param in the toml file: ```toml [params] -fediverse: "@username@instance.url" +singleDateFormat = '2 January 2006' ``` \ No newline at end of file -- cgit v1.2.3