Documentation: improve home links.
This commit is contained in:
parent
8183dc82bb
commit
3d8fbba767
@ -14,7 +14,8 @@ home = [ "HTML", "RSS", "SEARCH"]
|
||||
[params]
|
||||
showVisitedLinks = true
|
||||
disableSearch = false
|
||||
disableLandingPageButton = true
|
||||
disableLandingPageButton = false
|
||||
landingPageName = "<i class='fa-fw fas fa-home'></i> Livechat"
|
||||
themeVariant = "red"
|
||||
|
||||
[params.author]
|
||||
|
@ -1,5 +1,6 @@
|
||||
<a id="logo" href="{{ .Site.BaseURL }}">
|
||||
<a id="logo" title="Livechat" href="{{ partial "relLangPrettyUglyURL.hugo" (dict "to" .Site.Home) }}">
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
|
Loading…
Reference in New Issue
Block a user