diff options
| -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/-.*//')" |
