From 27ddd0fd8e1ff18fca96c53741019babb7ad26bd Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 12 Oct 2023 17:42:09 +0200 Subject: [PATCH] Fix website . The new untitled revision has a fix for having spaces inside the website title. Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Adrien 'neox' Bourmault --- site.cfg | 2 +- website-build/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site.cfg b/site.cfg index 2a1b711..dd92453 100644 --- a/site.cfg +++ b/site.cfg @@ -1,3 +1,3 @@ -TITLE="-T Libreboot" +TITLE="GNU Boot" DOMAIN="https://libreboot.at/" BLOGDIR="news/" # leave as empty string if you want the blog to be the homepage diff --git a/website-build/build.sh b/website-build/build.sh index ed0f836..f018409 100755 --- a/website-build/build.sh +++ b/website-build/build.sh @@ -19,7 +19,7 @@ EX_USAGE=64 untitled_uri="https://notabug.org/untitled/untitled.git" untitled_path="" -untitled_commit="e69c0d0748b8fc58d1548ea4249b93b1bbd2c6aa" +untitled_commit="6941ffefe04375296732565a4628b549eea54a64" help() {