summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-23 16:03:41 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-23 16:03:41 +0200
commit168dc0cb49f04d3589d931ab910701d03b438fe8 (patch)
tree8273e56f6e0ac72fc578b1efe88598a88ca39f9d
parenta9f41ca95525ce0217cfd04b4af3c901c83115b2 (diff)
Sort blog entries by meta date.
-rw-r--r--index.da.po4
-rw-r--r--index.mdwn2
2 files changed, 3 insertions, 3 deletions
diff --git a/index.da.po b/index.da.po
index 6f2a215..0d34d9a 100644
--- a/index.da.po
+++ b/index.da.po
@@ -46,6 +46,6 @@ msgstr "[[!meta description=\"IT-guide dr. Jones er firma og legeplafs for "
#. type: Plain text
#, no-wrap
msgid "[[!inline pages=\"tagged(blog) and currentlang()\" show=\"1\" "
-"raw=yes]]\n"
+"sort=\"meta(date)\" raw=yes]]\n"
msgstr "[[!inline pages=\"tagged(blog) and currentlang()\" show=\"1\" "
-"raw=yes]]\n"
+"sort=\"meta(date)\" raw=yes]]\n"
diff --git a/index.mdwn b/index.mdwn
index ae43d59..d2e6ad2 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -3,4 +3,4 @@
[[!meta updated="Thu, Dec 23 13:41:12 UTC 2004"]]
[[!meta description="IT-guide dr. Jones is company and playground for Jonas Smedegaard, a computer geek, consultant and coach."]]
-[[!inline pages="tagged(blog) and currentlang()" show="1" raw=yes]]
+[[!inline pages="tagged(blog) and currentlang()" show="1" sort="meta(date)" raw=yes]]