Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-09 | better autotag title | Joey Hess | |
2010-05-01 | limit feeds for tag pages to including ten posts | Joey Hess | |
With archive=yes, feeds default to including all, but that is expensive for automatically created tag pages. | |||
2010-04-22 | use meta title | Joey Hess | |
2010-04-21 | add separate template variable for tag page and sanitize displayed tag name | Joey Hess | |
2010-02-02 | fix typo in autotag.tmpl | David Riebenbauer | |
2010-02-02 | Automatically create tag pages, | David Riebenbauer | |
if "tag_autocreate=1" is set in the configuration. The pages will be created in tagbase, if and only if they do not exist in the srcdir yet. Tag pages will be create from "autotag.tmpl". At this stage a second refresh is needed for the tag pages to be rendered. Add autotag.tmpl template. |