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.
master
Joey Hess 2010-05-01 15:32:30 -04:00
parent 3252df4aa8
commit 91c57b03c9
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
[[!meta title="tag <TMPL_VAR TAGNAME>"]] [[!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]]