diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-01-16 19:58:38 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-01-16 19:58:38 -0200 |
| commit | 1dce104e1a0886d5f43b279c25c3e5bfd8721e96 (patch) | |
| tree | e27b67dc19ec24c56450a2682b4aa8b7f56f84c8 | |
| parent | 7048eb67e37fff400575f1085c839e911143a6d1 (diff) | |
| download | blog-1dce104e1a0886d5f43b279c25c3e5bfd8721e96.tar.gz blog-1dce104e1a0886d5f43b279c25c3e5bfd8721e96.tar.bz2 | |
Fix index limit
| -rw-r--r-- | index.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ machine --> -[[!inline pages="page(*) and !ikiwiki/* and !index and !sandbox and !templates* and !smileys and !shortcuts and !ikiwiki and !RecentChanges and !*/Discussion" archive="yes" limit="1" feedlimit="0"]] +[[!inline pages="page(*) and !ikiwiki/* and !index and !sandbox and !templates* and !smileys and !shortcuts and !ikiwiki and !RecentChanges and !*/Discussion" archive="yes" limit="0" feedlimit="0"]] |
