From 47215a88acb2b4a612b6916f2f7b7a7660770c36 Mon Sep 17 00:00:00 2001 From: Sean Fridman Date: Wed, 8 Apr 2015 19:52:04 -0400 Subject: Update example --- examples/templates/bread.liquid | 14 ++++++++++++++ examples/templates/index.liquid | 28 ++++++++++++++++++++++------ examples/templates/page.liquid | 19 ++++++++++++++----- examples/templates/project.liquid | 2 -- 4 files changed, 50 insertions(+), 13 deletions(-) create mode 100644 examples/templates/bread.liquid delete mode 100644 examples/templates/project.liquid (limited to 'examples/templates') diff --git a/examples/templates/bread.liquid b/examples/templates/bread.liquid new file mode 100644 index 0000000..da36cce --- /dev/null +++ b/examples/templates/bread.liquid @@ -0,0 +1,14 @@ + + + + + + +
+

{{bread.type | capitalize}}

+

+ {{bread.description}} +

+
+ + diff --git a/examples/templates/index.liquid b/examples/templates/index.liquid index 21d8764..7c12a86 100644 --- a/examples/templates/index.liquid +++ b/examples/templates/index.liquid @@ -4,11 +4,27 @@ - {{meta.project}} - +
+
+

Cheryl's Deli and Bakery

+
+
+
+
diff --git a/examples/templates/page.liquid b/examples/templates/page.liquid index f7d899f..e90f7ce 100644 --- a/examples/templates/page.liquid +++ b/examples/templates/page.liquid @@ -1,5 +1,14 @@ -woop -

{{page.title}}

-

- {{page.body}} -

+ + + + + + +
+

{{page.title | capitalize}}

+

+ {{page.body}} +

+
+ + diff --git a/examples/templates/project.liquid b/examples/templates/project.liquid deleted file mode 100644 index dac1d8d..0000000 --- a/examples/templates/project.liquid +++ /dev/null @@ -1,2 +0,0 @@ -babaganuj -{{project.id}} -- cgit v1.2.3-70-g09d2