]> oss.titaniummirror.com Git - webber.git/blobdiff - in/pageformat.md
toc.py, hierarchy.py: add new "Hide: true" page attribute
[webber.git] / in / pageformat.md
index 8ddbe00a516d3e73b89d206b705a65a06247bc53..e0324816e30a097f5ed55fe72c25934c03dfeba5 100644 (file)
@@ -116,10 +116,17 @@ name. For convenience, you can ommit "`.tmpl`".
        template: history
 
 
+== hide ==
+
+       hide: true
+
+will hide the generated page from in the plugins [[hierarchy]] and [[toc]].
+
+
 == description ==
 
 Anything you specify here will be accessible in the template as ${description}.
-You can use this for HTML meta information, see [[template_make]].
+You can use this for HTML meta information, see [[template_mako]].
 
 If you don't specify a description, then ${description} will be the empty string.
 
@@ -127,7 +134,7 @@ If you don't specify a description, then ${description} will be the empty string
 == keywords ==
 
 Anything you specify here will be accessible in the template as ${keywords}.
-You can use this for HTML meta information, see [[template_make]].
+You can use this for HTML meta information, see [[template_mako]].
 
 If you don't specify a description, then ${keywords} will be the empty string.