aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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