mirror of
https://github.com/tomfran/typo.git
synced 2025-04-25 21:19:55 +03:00
small wiki fixes
This commit is contained in:
parent
fdc598a90e
commit
d50b4343ee
2 changed files with 9 additions and 10 deletions
|
@ -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`
|
||||
|
|
|
@ -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:
|
||||
|
@ -86,13 +94,4 @@ You can decide the date format to apply to single posts by setting the following
|
|||
```toml
|
||||
[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"
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue