docs: fix typo

This commit is contained in:
Sören Weber 2021-11-24 12:01:36 +01:00
parent b6f9f5703e
commit 7a5ef80c09
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -111,13 +111,13 @@ on the left menu. It is an alternative for clicking on the logo. To edit the
appearance, you will have to configure two parameters for the defined languages: appearance, you will have to configure two parameters for the defined languages:
```toml ```toml
[Lanugages] [Languages]
[Lanugages.en] [Languages.en]
... ...
landingPageURL = "/" landingPageURL = "/"
landingPageName = "<i class='fas fa-home'></i> Home" landingPageName = "<i class='fas fa-home'></i> Home"
... ...
[Lanugages.pir] [Languages.pir]
... ...
landingPageURL = "/pir/" landingPageURL = "/pir/"
landingPageName = "<i class='fas fa-home'></i> Arrr! Homme" landingPageName = "<i class='fas fa-home'></i> Arrr! Homme"