From c7f00422d882dba270c4432a1165025b1933cfad Mon Sep 17 00:00:00 2001 From: Jeroen Date: Wed, 30 Jul 2014 21:06:18 +0000 Subject: More doc updates --- doc/comanche.bb | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'doc/comanche.bb') 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. -- cgit v1.2.3 From bae3029c639bf6f9469dd93bfedc3dce0d8510d7 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 19 Oct 2014 16:12:05 -0700 Subject: merge madness --- doc/comanche.bb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/comanche.bb') diff --git a/doc/comanche.bb b/doc/comanche.bb index d329cc34b..19a74833e 100644 --- a/doc/comanche.bb +++ b/doc/comanche.bb @@ -28,10 +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. + + 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] @@ -45,11 +45,11 @@ To choose a layout template, use the 'template' tag. To choose the "choklet" template with the "three" flavour: [code] - [template=three]choklet[/template] -[/code] - -Or the "redable" (sic) template: - + [template=three]choklet[/template] +[/code] + +Or the "redable" (sic) template: + [code] [template]redable[/template] [/code] @@ -188,4 +188,4 @@ The 'comment' tag is used to delimit comments. These comments will not appear on [/region] [/code] -Return to the [url=[baseurl]/help/main]Main documentation page[/url] +#include doc/macros/main_footer.bb; -- cgit v1.2.3