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
parent
3252df4aa8
commit
91c57b03c9
|
@ -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]]
|
||||||
|
|
Loading…
Reference in New Issue