mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +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:
|
||||
|
||||
```toml
|
||||
[Lanugages]
|
||||
[Lanugages.en]
|
||||
[Languages]
|
||||
[Languages.en]
|
||||
...
|
||||
landingPageURL = "/"
|
||||
landingPageName = "<i class='fas fa-home'></i> Home"
|
||||
...
|
||||
[Lanugages.pir]
|
||||
[Languages.pir]
|
||||
...
|
||||
landingPageURL = "/pir/"
|
||||
landingPageName = "<i class='fas fa-home'></i> Arrr! Homme"
|
||||
|
|
Loading…
Reference in a new issue