diff --git a/themes/demo/pages/ajax.htm b/themes/demo/pages/ajax.htm index 620af4daf..55ef65201 100644 --- a/themes/demo/pages/ajax.htm +++ b/themes/demo/pages/ajax.htm @@ -65,3 +65,9 @@ function onTest()
{% partial "explain/ajax.htm" %}
+ +
+ +
+

Continue to Plugin components

+
diff --git a/themes/demo/pages/home.htm b/themes/demo/pages/home.htm index 130389095..73aa1919e 100644 --- a/themes/demo/pages/home.htm +++ b/themes/demo/pages/home.htm @@ -22,8 +22,7 @@ layout = "default"

Layouts

- - Layouts define the page scaffold. +   Layouts define the page scaffold.

The layout file layouts/default.htm defines the page scaffold — @@ -38,8 +37,7 @@ layout = "default"

Pages

- - Pages hold the content for each URL. +   Pages hold the content for each URL.

The page file pages/home.htm defines the page URL (/ for this page) and the page content. @@ -53,8 +51,7 @@ layout = "default"

Partials

- - Partials contain reusable chunks of HTML markup. +   Partials contain reusable chunks of HTML markup.

Partials are chunks of HTML defined in separate files which can be included anywhere. @@ -69,8 +66,7 @@ layout = "default"

Content blocks

- - Content blocks are text or HTML blocks that can be edited separately from the page or layout. +   Content blocks are text or HTML blocks that can be edited separately from the page or layout.

The introductory text used on this page is defined in the content/welcome.htm file. @@ -83,8 +79,7 @@ layout = "default"

Placeholders

- - Placeholders allow pages to inject content to a layout. +   Placeholders allow pages to inject content to a layout.

The common use is injecting page-specific links to StyleSheet or JavaScript files to the HEAD tag defined in the layout. @@ -107,8 +102,7 @@ layout = "default"

Assets

- - Assets are resource files like images and stylesheets. +   Assets are resource files like images and stylesheets.

This theme stores its asset files (JavaScript, StyleSheet, images, fonts, etc) in the themes/demo/assets directory. This theme is also packaged with these useful 3rd party tools:

You might prefer to remove them for your website implementation.

-
+

Continue to AJAX framework

diff --git a/themes/demo/pages/plugins.htm b/themes/demo/pages/plugins.htm index ac6b8465b..118aafdab 100644 --- a/themes/demo/pages/plugins.htm +++ b/themes/demo/pages/plugins.htm @@ -22,3 +22,9 @@ max = 3
{% partial "explain/plugins.htm" %}
+ +
+ +
+

Learn more at October's Documentation

+
diff --git a/themes/demo/partials/explain/ajax.htm b/themes/demo/partials/explain/ajax.htm index 38ce28f6d..c5950078c 100644 --- a/themes/demo/partials/explain/ajax.htm +++ b/themes/demo/partials/explain/ajax.htm @@ -3,10 +3,10 @@

- - The HTML markup for this example: -

-
{% filter escape %}
+       The HTML markup for this example:
+

+ +
{% filter escape %}