From 794420d4650faf130df6cb3553833bcac2671569 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Fri, 28 Feb 2025 13:38:58 +0100 Subject: [PATCH] Auto commit 2025-02-28 13:38 --- index.html | 4 ++-- update-index.sh | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 21ba77d..27739da 100644 --- a/index.html +++ b/index.html @@ -937,6 +937,8 @@
  • Waking up
  • + +
  • Tech:
  • - - diff --git a/update-index.sh b/update-index.sh index 39c8aea..43edf72 100644 --- a/update-index.sh +++ b/update-index.sh @@ -23,7 +23,9 @@ work() { pre=" $pre" fi elif [ $cur_lvl -lt $lvl ]; then - pre=$(echo "$pre" | cut -c5-) + for i in $(seq 1 $((lvl - cur_lvl)) ); do + pre=$(echo "$pre" | cut -c5-) + done fi if [ "$ln" = "" ]; then -- 2.27.0