diff options
author | David Riebenbauer <davrieb@liegesta.at> | 2010-01-30 18:22:32 +0100 |
---|---|---|
committer | David Riebenbauer <davrieb@liegesta.at> | 2010-02-02 14:04:28 +0100 |
commit | f35d35abe36166893f68061a1fcb2a26bc056fbc (patch) | |
tree | e2bf13e16461bfca83edb209cd19fb5d9c8882e0 /templates | |
parent | f3abeac919c4736429bd3362af6edf51ede8e7fe (diff) |
Automatically create tag pages,
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.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/autotag.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/autotag.tmpl b/templates/autotag.tmpl new file mode 100644 index 000000000..754e0b35b --- /dev/null +++ b/templates/autotag.tmpl @@ -0,0 +1,3 @@ +## Pagest tagged <TMPL_VAR TAG> ## + +[[!inline pages="tagged(<TMPL_VAR TAG>)" actions="no" archive="yes"]] |