From 6e7dce0943edb08426ff2e3547cc4b1f79a7594a Mon Sep 17 00:00:00 2001 From: Jeremy Vyska <35526546+JeremyVyska@users.noreply.github.com> Date: Mon, 21 Feb 2022 07:38:48 +0100 Subject: [PATCH 1/2] Make header lovely on mobile --- config.toml | 1 + layouts/partials/navbar.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 89d62ede..3901c86d 100644 --- a/config.toml +++ b/config.toml @@ -85,6 +85,7 @@ copyright = "alguidelines.dev Project" github_repo = "https://github.com/microsoft/alguidelines" github_project_repo = "https://github.com/microsoft/alguidelines" privacy_policy = "" +shorttitle = "alguidelines.dev" # Google Custom Search Engine ID. Remove or comment out to disable search. # gcs_engine_id = "c632b781ffe71b197" diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index 0c5155c5..49259162 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -2,7 +2,8 @@