diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-01 15:32:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-01 15:32:30 -0400 |
commit | 91c57b03c93a0b86f09cf8b066eadd7cecb73b65 (patch) | |
tree | c9112b51e5e4cd904baac5b781b78cc8ecb9021f /templates | |
parent | 3252df4aa8a35495bbaa8280ca13a545285e6192 (diff) |
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')
-rw-r--r-- | templates/autotag.tmpl | 3 |
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]] |