mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-18 17:50:06 +00:00
docs: fix typo
This commit is contained in:
parent
b6f9f5703e
commit
7a5ef80c09
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue