commit c43fc5f658fffac97358c439950051c3980774ee
parent 27da726b22d2dc966a37198b67e11a6024f6b0e0
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Fri, 6 Jun 2025 15:47:02 +0200
Small change to build.sh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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/-.*//')"