diff options
| -rw-r--r-- | index.md.do | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.md.do b/index.md.do index f9def9c..3155cb7 100644 --- a/index.md.do +++ b/index.md.do | |||
| @@ -20,8 +20,8 @@ Send things to <blog@dirty-haskell.org> if you so choose. | |||
| 20 | EOF | 20 | EOF |
| 21 | 21 | ||
| 22 | for x in "${LISTS[@]}"; do | 22 | for x in "${LISTS[@]}"; do |
| 23 | printf "* [%s](%s)\n" "$(<$x/title)" "$x.html" | 23 | printf "* [%s](%s) ([RSS](rss/%s))\n" "$(<$x/title)" "$x.html" "$(basename $x).rss" |
| 24 | while read -r -d $'\n'; do | 24 | while read -r -d $'\n'; do |
| 25 | printf " %s ([RSS](rss/%s))\n" "$REPLY" "$(basename $x).rss" | 25 | printf " %s\n" "$REPLY" |
| 26 | done < "$x/preview" | 26 | done < "$x/preview" |
| 27 | done | 27 | done |
