summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-03-29 05:16:44 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-03-29 05:16:44 +0200
commit4afc73af4e040c450541ec2616e282c54967b5d7 (patch)
tree2aa724d3ce8ec1e43b6bcf1ceb0a3a7c5a07b8eb
parent70a7dc39876f2825962a96d85a6d4f3363435e43 (diff)
downloaddirty-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.do4
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.
20EOF 20EOF
21 21
22for x in "${LISTS[@]}"; do 22for 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"
27done 27done