From f2ef6d4161516e0df86c9e470079a706de279ef0 Mon Sep 17 00:00:00 2001 From: Marcin Mierzejewski Date: Mon, 11 May 2020 23:44:37 +0200 Subject: config: add titleCutting param --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'exampleSite') 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/" -- cgit v1.2.3