From 70419948e86b8a352163831a110b6cd54f9f11ee Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 23 Oct 2010 15:59:57 +0200 Subject: Sort blog entries by meta date. --- sidebar.da.po | 8 ++++++-- sidebar.mdwn | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sidebar.da.po b/sidebar.da.po index ce9ab04..0d7976c 100644 --- a/sidebar.da.po +++ b/sidebar.da.po @@ -22,5 +22,9 @@ msgstr "[[!if test=\"destpage(index*)\" then=\"\"\"\n" #. type: Plain text #, no-wrap -msgid "[[!inline pages=\"tagged(blog) and currentlang()\" archive=\"yes\" show=\"3\" template=\"titlepage\"]]\n" -msgstr "[[!inline pages=\"tagged(blog) and currentlang()\" archive=\"yes\" show=\"3\" template=\"titlepage\"]]\n" +msgid "" +"[[!inline pages=\"tagged(blog) and currentlang()\" archive=\"yes\" " +"show=\"3\" template=\"titlepage\" sort="meta(date)]]\n" +msgstr "" +"[[!inline pages=\"tagged(blog) and currentlang()\" archive=\"yes\" " +"show=\"3\" template=\"titlepage\" sort="meta(date)]]\n" diff --git a/sidebar.mdwn b/sidebar.mdwn index 89f2ce7..23519ef 100644 --- a/sidebar.mdwn +++ b/sidebar.mdwn @@ -1,3 +1,3 @@ [[!if test="destpage(index*)" then=""" -[[!inline pages="tagged(blog) and currentlang()" archive="yes" show="3" template="titlepage"]] +[[!inline pages="tagged(blog) and currentlang()" archive="yes" show="3" template="titlepage" sort="meta(date)"]] """]] -- cgit v1.2.3