From 14716e5ff46fce5d92b21e6b2bf3c1bb994f4de3 Mon Sep 17 00:00:00 2001
From: pruizf <pabloruizfabo@gmail.com>
Date: Sun, 22 May 2022 22:29:15 +0200
Subject: [PATCH] modif header links

---
 publish.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/publish.sh b/publish.sh
index 9fa5352..45e52f2 100755
--- a/publish.sh
+++ b/publish.sh
@@ -70,6 +70,11 @@ perl -p -i -e 's/<a href="#_about_this_website/<a style="color:#737373;font-size
 sed -i -e 's#/\./index\.html##' site/index.html
 sed -i -e 's#/\./index\.html##' site/en.html
 sed -i -e 's#/\./index\.html##' site/header.html
+
+sed -i -e 's#index\.html##' site/index.html
+sed -i -e 's#index\.html##' site/en.html
+sed -i -e 's#index\.html##' site/header.html
+
 sed -i -e 's#\./en\.html#./en#' site/index.html
 sed -i -e 's#\./en\.html#./en#' site/header.html
 
-- 
GitLab