]> pere.pagekite.me Git - homepage.git/commitdiff
Change order of archive and tag views.
authorPetter Reinholdtsen <pere@hungry.com>
Thu, 19 Jul 2012 18:33:28 +0000 (18:33 +0000)
committerPetter Reinholdtsen <pere@hungry.com>
Thu, 19 Jul 2012 18:33:28 +0000 (18:33 +0000)
blog/generate-rss

index 2990eeafef9a7f15d5a2618b84bf1cbc2f23b16d..61ed32617abfe689d76945bce3590caa1f163553 100755 (executable)
@@ -15,6 +15,8 @@ chronicle \
     --output "$outputdir" \
     --pattern '*.txt'  \
     --no-comments \
+    --recent-dates-first \
+    --recent-tags-first \
     --blog-title "Petter Reinholdtsen"
 
 if iconv -f utf-8 -t utf-8 < $outputdir/index.rss > /dev/null ; then