config: add titleCutting param
This commit is contained in:
parent
8d37fa8402
commit
f2ef6d4161
2 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,9 @@ theme = "hugo-theme-console"
|
|||
languageCode = "en-us"
|
||||
|
||||
[params]
|
||||
# Cutting off the page title to two chars for mobile (console-demo -> co)
|
||||
titleCutting = true
|
||||
|
||||
[[params.navlinks]]
|
||||
name = "about/"
|
||||
url = "about/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue