aboutsummaryrefslogtreecommitdiffstats
path: root/doc/comanche.bb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/comanche.bb')
-rw-r--r--doc/comanche.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/comanche.bb b/doc/comanche.bb
index ea2069b35..5bfa59a50 100644
--- a/doc/comanche.bb
+++ b/doc/comanche.bb
@@ -18,10 +18,10 @@ Currently there are two layout templates, unless your site provides additional l
The full template defines the same as the default template with the exception that there is no "aside" region.
[/code]
-To choose a layout template, use the 'layout' tag.
+To choose a layout template, use the 'template' tag.
[code]
- [layout]full[/layout]
+ [template]full[/template]
[/code]
The default template will be used if no other template is specified. The template can use any names it desires for content regions. You will be using 'region' tags to decide what content to place in the respective regions.
@@ -98,7 +98,7 @@ The 'comment' tag is used to delimit comments. These comments will not appear on
[code]
[comment]use an existing page template which provides a banner region plus 3 columns beneath it[/comment]
- [layout]3-column-with-header[/layout]
+ [template]3-column-with-header[/template]
[comment]Use the "darknight" theme[/comment]