aboutsummaryrefslogtreecommitdiffstats
path: root/doc/comanche.bb
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-01 17:53:57 -0800
committerfriendica <info@friendica.com>2014-03-01 17:53:57 -0800
commitcc77538c69dc019af6b1bd03ee39db93395782c2 (patch)
tree618dc4c4edfe7a2fe4f0e3928d31698de2be4942 /doc/comanche.bb
parent247cb85c94c0214c6d60158e0429931a2f8479a0 (diff)
downloadvolse-hubzilla-cc77538c69dc019af6b1bd03ee39db93395782c2.tar.gz
volse-hubzilla-cc77538c69dc019af6b1bd03ee39db93395782c2.tar.bz2
volse-hubzilla-cc77538c69dc019af6b1bd03ee39db93395782c2.zip
change the docs for template tag
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 &quot;aside&quot; 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 &quot;darknight&quot; theme[/comment]