mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: add example for local shortcut link #112
This commit is contained in:
parent
e9e6722e66
commit
8cf870d36c
1 changed files with 10 additions and 0 deletions
|
@ -43,6 +43,11 @@ relativeURLs = true
|
|||
landingPageURL = "/en"
|
||||
landingPageName = "<i class='fas fa-home'></i> Home"
|
||||
|
||||
[[Languages.en.menu.shortcuts]]
|
||||
name = "<i class='fas fa-fw fa-tags'></i> Tags"
|
||||
url = "/tags/"
|
||||
weight = 5
|
||||
|
||||
[[Languages.en.menu.shortcuts]]
|
||||
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
|
||||
identifier = "ds"
|
||||
|
@ -72,6 +77,11 @@ relativeURLs = true
|
|||
landingPageURL = "/pir"
|
||||
landingPageName = "<i class='fas fa-home'></i> Arrr! Home"
|
||||
|
||||
[[Languages.pir.menu.shortcuts]]
|
||||
name = "<i class='fas fa-fw fa-tags'></i> Arr Tags"
|
||||
url = "/tags/"
|
||||
weight = 5
|
||||
|
||||
[[Languages.pir.menu.shortcuts]]
|
||||
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
|
||||
identifier = "ds"
|
||||
|
|
Loading…
Reference in a new issue