From 842ad869ab15262de9f4773d3951ed80d0662aab Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sun, 28 Jul 2024 12:46:56 +0200 Subject: [PATCH] layout improvement --- _layouts/documentation.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/_layouts/documentation.html b/_layouts/documentation.html index a304fd5827..da0239438a 100644 --- a/_layouts/documentation.html +++ b/_layouts/documentation.html @@ -32,8 +32,8 @@
- Kimai logo - Kimai + Kimai logo + Kimai Docs {{ chapter_title }}
@@ -43,7 +43,7 @@ {% assign docs_config = group[1] %} {% assign docs_page = site.documentation | where: "slug", docs_config.slug | first %}