aboutsummaryrefslogtreecommitdiffstats
path: root/doc/comanche.bb
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-07-30 21:06:18 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-07-30 21:06:18 +0000
commitc7f00422d882dba270c4432a1165025b1933cfad (patch)
tree706d460e891fe9a3c7f04276ea2a9ef0e0346b69 /doc/comanche.bb
parentda4e2895d30c3c7e45b5291dde33fb00fe665195 (diff)
downloadvolse-hubzilla-c7f00422d882dba270c4432a1165025b1933cfad.tar.gz
volse-hubzilla-c7f00422d882dba270c4432a1165025b1933cfad.tar.bz2
volse-hubzilla-c7f00422d882dba270c4432a1165025b1933cfad.zip
More doc updates
Diffstat (limited to 'doc/comanche.bb')
-rw-r--r--doc/comanche.bb15
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/comanche.bb b/doc/comanche.bb
index 2ab1d4337..d329cc34b 100644
--- a/doc/comanche.bb
+++ b/doc/comanche.bb
@@ -28,6 +28,10 @@ Currently there are three layout templates, unless your site provides additional
edgestwo - two column layout with fixed side margins
edgesthree - three column layout with fixed side margins
full - three column layout with fixed side margins and adds a "header" region beneath the navigation bar
+
+ redable
+
+ A template for reading longer texts. Three columns: aside, content and right_aside. For maximum readability it is advised to only use the middle content column.
[/code]
@@ -41,13 +45,16 @@ To choose a layout template, use the 'template' tag.
To choose the "choklet" template with the "three" flavour:
[code]
- [template=three]choklet[/template]
+ [template=three]choklet[/template]
+[/code]
+
+Or the "redable" (sic) template:
+
+[code]
+ [template]redable[/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.