From 98274d426563c45ac2359941b38a459ee301658b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:46:19 +0200 Subject: [PATCH] Fix project titles --- README.md | 4 ++-- _config.yml | 4 ++-- _includes/common/rest/title.liquid | 4 +--- _includes/templates/sidebar.liquid | 4 ++-- docs/README.md | 4 ++-- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 403bdf51..dc878573 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# O2 Analysis Framework Documentation +# ALICE O2 Analysis Framework Documentation -Welcome to the documentation page of the O2 analysis framework! Please use the links below to navigate quickly to the content you're looking for. +Welcome to the documentation page of the ALICE O2 analysis framework! Please use the links below to navigate quickly to the content you're looking for. {% include horizontalcontents.html %} diff --git a/_config.yml b/_config.yml index 9490ba2b..077ca48a 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ -title: ALICE O2 documentation -description: ALICE O2 Data Analysis Framework documentation project +title: ALICE O2 Analysis Framework Documentation +description: ALICE O2 Analysis Framework Documentation project theme: null diff --git a/_includes/common/rest/title.liquid b/_includes/common/rest/title.liquid index e25d8e4a..ddc8217e 100644 --- a/_includes/common/rest/title.liquid +++ b/_includes/common/rest/title.liquid @@ -1,8 +1,6 @@ {%- case page.url -%} {%- when "/" -%} - {%- assign title = site.title - | append: " · " - | append: site.description | truncate: 110 -%} + {%- assign title = site.title -%} {%- when "/search.html" -%} {%- assign title = __.search | default: "Search" | append: " · " diff --git a/_includes/templates/sidebar.liquid b/_includes/templates/sidebar.liquid index f643190a..7fe304b0 100644 --- a/_includes/templates/sidebar.liquid +++ b/_includes/templates/sidebar.liquid @@ -2,8 +2,8 @@