From 25c727f58687f6f4dd270b47a56af48812742c7f Mon Sep 17 00:00:00 2001 From: Martin Jonas Date: Tue, 7 May 2024 13:16:30 +0200 Subject: [PATCH] Shorten menu label to fit into the sidebar. --- web/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/hugo.toml b/web/hugo.toml index 40b1afd5..c047dc8b 100644 --- a/web/hugo.toml +++ b/web/hugo.toml @@ -56,6 +56,6 @@ theme = 'smtcomp' weight = 30 [[menu.year]] - name = 'Parallel and Cloud Tracks' + name = 'Parallel & Cloud Tracks' pageRef = 'parallel_cloud' weight = 30 \ No newline at end of file