From c43fc5f658fffac97358c439950051c3980774ee Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 6 Jun 2025 15:47:02 +0200 Subject: Small change to build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f612269..93f0294 100755 --- a/build.sh +++ b/build.sh @@ -65,7 +65,7 @@ makeblogindexandfeed() { f="src/blog/$i/*.md" d="$(echo "$i" | grep -oE '^[0-9]{4}-[0-9]{2}-[0-9]{2}')" - t="$(head -n 1 $f | sed 's/# //')" + t="$(markdowntitle $f)" link="https://sebastiano.tronto.net/blog/$i" thisyear="$(echo "$d" | sed 's/-.*//')" -- cgit v1.3