diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-06 15:47:02 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-06 15:47:02 +0200 |
| commit | c43fc5f658fffac97358c439950051c3980774ee (patch) | |
| tree | c9b1417e33e4791f554e696eebefc06da26a0b9d | |
| parent | 27da726b22d2dc966a37198b67e11a6024f6b0e0 (diff) | |
| download | sebastiano.tronto.net-c43fc5f658fffac97358c439950051c3980774ee.tar.gz sebastiano.tronto.net-c43fc5f658fffac97358c439950051c3980774ee.zip | |
Small change to build.sh
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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/-.*//')" |
