small wiki fixes

This commit is contained in:
Juan Pablo Valencia 2025-01-30 21:28:24 +02:00
parent fdc598a90e
commit d50b4343ee
2 changed files with 9 additions and 10 deletions

View file

@ -69,7 +69,7 @@ jsLocation = "http://example.org/umami.js"
The following favicons are included in the head of the website:
- `favicon.ico`
- `favicon-16xng`
- `favicon-16x16.png`
- `favicon-32x32.png`
- `android-chrome-192x192.png`
- `apple-touch-icon.png`

View file

@ -79,6 +79,14 @@ You can specify the post meta description as follows:
description: "Your Description"
```
## Fediverse
You can include a [fediverse handle](https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/) in your posts.
```md
fediverse: "@username@instance.url"
```
## Date Format
You can decide the date format to apply to single posts by setting the following param in the toml file:
@ -87,12 +95,3 @@ 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"
```