config: add titleCutting param

This commit is contained in:
Marcin Mierzejewski 2020-05-11 23:44:37 +02:00
parent 8d37fa8402
commit f2ef6d4161
2 changed files with 4 additions and 1 deletions

View file

@ -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/"