diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 78b24bd..3a3d1f6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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/" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index db80137..381f759 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -33,7 +33,7 @@