diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-02-05 12:46:29 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-02-05 13:18:20 +0100 |
commit | f9b83ce77311d6583dd3368f63fe9f6b4b2217dc (patch) | |
tree | a8219b929cbd7f7f2d7cebb11ff36c0611cd72c0 /index.mdwn | |
parent | 79857b28c744ad8570c53b0e2014b5af45971b4e (diff) | |
download | web-f9b83ce77311d6583dd3368f63fe9f6b4b2217dc.tar.gz web-f9b83ce77311d6583dd3368f63fe9f6b4b2217dc.tar.bz2 web-f9b83ce77311d6583dd3368f63fe9f6b4b2217dc.zip |
news: Don't sort by title, but by publication date (default).
Add missing publication dates to news articles.
Diffstat (limited to 'index.mdwn')
-rw-r--r-- | index.mdwn | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,5 +1,5 @@ [[!meta copyright="Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -2009, 2010 Free Software Foundation, Inc."]] +2009, 2010, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -39,15 +39,11 @@ computing environment as possible. [[!inline pages="news/* and !*/discussion" feedonly=yes -feedshow=10 -sort=title -reverse=yes]] +feedshow=10]] [[!inline pages="news/* and !*/discussion" show=5 feeds=no -sort=title -reverse=yes template=newsitem actions=yes]] |