summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-23 15:59:57 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-23 15:59:57 +0200
commit70419948e86b8a352163831a110b6cd54f9f11ee (patch)
tree4f276f933826aca6b700e0bafe239dec64d690cc
parentc35268a19350f7ccfef8e11fa2a99234c70964da (diff)
Sort blog entries by meta date.
-rw-r--r--sidebar.da.po8
-rw-r--r--sidebar.mdwn2
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)"]]
"""]]