diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-03-29 05:16:44 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-03-29 05:16:44 +0200 |
commit | 4afc73af4e040c450541ec2616e282c54967b5d7 (patch) | |
tree | 2aa724d3ce8ec1e43b6bcf1ceb0a3a7c5a07b8eb | |
parent | 70a7dc39876f2825962a96d85a6d4f3363435e43 (diff) | |
download | dirty-haskell.org-4afc73af4e040c450541ec2616e282c54967b5d7.tar dirty-haskell.org-4afc73af4e040c450541ec2616e282c54967b5d7.tar.gz dirty-haskell.org-4afc73af4e040c450541ec2616e282c54967b5d7.tar.bz2 dirty-haskell.org-4afc73af4e040c450541ec2616e282c54967b5d7.tar.xz dirty-haskell.org-4afc73af4e040c450541ec2616e282c54967b5d7.zip |
Fixed position of RSS links
-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 |