tags page: sort the items in a section by pub date, newest first
1 files changed, 1 insertions(+), 3 deletions(-) M site.arc
M site.arc +1 -3
@@ 641,14 641,12 @@ This is returned as a object mapping tag ;; (sctag (hr class "between")) ) (tag main - (each (tag pages) sorted-taglist (tag div (tag (h2 id tag) (pr tag)) (tag ul - (each page pages + (each page (rev pages) (tag li - ;; (pr page!title) (pr page!frontpage)))))))) analytics-script nil