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 @@