aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-06-06 15:47:02 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-06-06 15:47:02 +0200
commitc43fc5f658fffac97358c439950051c3980774ee (patch)
treec9b1417e33e4791f554e696eebefc06da26a0b9d
parent27da726b22d2dc966a37198b67e11a6024f6b0e0 (diff)
downloadsebastiano.tronto.net-c43fc5f658fffac97358c439950051c3980774ee.tar.gz
sebastiano.tronto.net-c43fc5f658fffac97358c439950051c3980774ee.zip
Small change to build.sh
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index f612269..93f0294 100755
--- a/build.sh
+++ b/build.sh
@@ -65,7 +65,7 @@ makeblogindexandfeed() {
65 65
66 f="src/blog/$i/*.md" 66 f="src/blog/$i/*.md"
67 d="$(echo "$i" | grep -oE '^[0-9]{4}-[0-9]{2}-[0-9]{2}')" 67 d="$(echo "$i" | grep -oE '^[0-9]{4}-[0-9]{2}-[0-9]{2}')"
68 t="$(head -n 1 $f | sed 's/# //')" 68 t="$(markdowntitle $f)"
69 link="https://sebastiano.tronto.net/blog/$i" 69 link="https://sebastiano.tronto.net/blog/$i"
70 70
71 thisyear="$(echo "$d" | sed 's/-.*//')" 71 thisyear="$(echo "$d" | sed 's/-.*//')"

Generated with cgit - Back to sebastiano.tronto.net