diff options
| author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2025-01-30 20:38:12 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-30 20:38:12 +0100 | 
| commit | 3c39d685ce85558cf6d2d6b7aef96977254fda34 (patch) | |
| tree | 0dcbe1328dc7de4c03015c0e42737dc3a50ebf29 /wiki | |
| parent | 58fd93935fb7ea4baf09f873556cbf91d565bbd7 (diff) | |
| parent | 085f4d5e4b2512238316a978e49a925fd59aab16 (diff) | |
Merge pull request #73 from jpvg10/wiki-fix
Small wiki fixes
Diffstat (limited to 'wiki')
| -rw-r--r-- | wiki/features/other-parameters.md | 2 | ||||
| -rw-r--r-- | wiki/features/single-page-parameters.md | 15 | 
2 files changed, 8 insertions, 9 deletions
| diff --git a/wiki/features/other-parameters.md b/wiki/features/other-parameters.md index f949851..2c4cfb0 100644 --- a/wiki/features/other-parameters.md +++ b/wiki/features/other-parameters.md @@ -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` 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 | 
