Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small wiki fixes #73

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wiki/features/other-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
15 changes: 7 additions & 8 deletions wiki/features/single-page-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```