From: Joey Hess Date: Sat, 1 May 2010 19:32:30 +0000 (-0400) Subject: limit feeds for tag pages to including ten posts X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/91c57b03c93a0b86f09cf8b066eadd7cecb73b65 limit feeds for tag pages to including ten posts With archive=yes, feeds default to including all, but that is expensive for automatically created tag pages. --- diff --git a/templates/autotag.tmpl b/templates/autotag.tmpl index f670982b6..6bc809d22 100644 --- a/templates/autotag.tmpl +++ b/templates/autotag.tmpl @@ -1,3 +1,4 @@ [[!meta title="tag "]] -[[!inline pages="tagged()" actions="no" archive="yes"]] +[[!inline pages="tagged()" actions="no" archive="yes" +feedshow=10]]