aboutsummaryrefslogtreecommitdiff
path: root/templates/autotag.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-01 15:32:30 -0400
committerJoey Hess <joey@kitenet.net>2010-05-01 15:32:30 -0400
commit91c57b03c93a0b86f09cf8b066eadd7cecb73b65 (patch)
treec9112b51e5e4cd904baac5b781b78cc8ecb9021f /templates/autotag.tmpl
parent3252df4aa8a35495bbaa8280ca13a545285e6192 (diff)
downloadikiwiki-91c57b03c93a0b86f09cf8b066eadd7cecb73b65.tar
ikiwiki-91c57b03c93a0b86f09cf8b066eadd7cecb73b65.tar.gz
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.
Diffstat (limited to 'templates/autotag.tmpl')
-rw-r--r--templates/autotag.tmpl3
1 files changed, 2 insertions, 1 deletions
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 <TMPL_VAR TAGNAME>"]]
-[[!inline pages="tagged(<TMPL_VAR TAG>)" actions="no" archive="yes"]]
+[[!inline pages="tagged(<TMPL_VAR TAG>)" actions="no" archive="yes"
+feedshow=10]]