aboutsummaryrefslogtreecommitdiffstats
path: root/doc/comanche.bb
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-31 02:35:16 -0700
committerfriendica <info@friendica.com>2014-07-31 02:35:16 -0700
commit56bbf583389eae33b138e81f1e5b3cc71ae41218 (patch)
treeddbfeae5c10e2d1154bd6979a76bccff22941743 /doc/comanche.bb
parent0e57b6cc8c8ad02c06457f96abae3227805c37ef (diff)
parent28e0e64643dd47c9f6e875afa66a538e3b097cb7 (diff)
downloadvolse-hubzilla-56bbf583389eae33b138e81f1e5b3cc71ae41218.tar.gz
volse-hubzilla-56bbf583389eae33b138e81f1e5b3cc71ae41218.tar.bz2
volse-hubzilla-56bbf583389eae33b138e81f1e5b3cc71ae41218.zip
Merge https://github.com/friendica/red into pending_merge
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.