From 9f8674686bead1c8b3c88af102bdbebbba89a2e8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 31 Dec 2016 06:28:53 +0100 Subject: studio susie website --- studio-susie/templates/index.liquid | 128 ++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 studio-susie/templates/index.liquid (limited to 'studio-susie/templates') diff --git a/studio-susie/templates/index.liquid b/studio-susie/templates/index.liquid new file mode 100644 index 0000000..c88e893 --- /dev/null +++ b/studio-susie/templates/index.liquid @@ -0,0 +1,128 @@ + + + + + + Studio Susie + + + + + + + + + + + + + + + + + + + + + + +{% if meta.production %} + + + +{% else %} + + + +{% endif %} + + + + + +
+{% for painting in paintings %} +
+{% endfor %} +
+ +
+ + + + {% for page in pages %} +
+
+ {{ page.body }} +
+
+ {% endfor %} + +
+
+ +
+ +
+ +
+
+ +
+ + {% for page in pages %} + {{page.title}} + {% endfor %} + See All + +
+ +
+
+ + + + +{% if meta.production %} + +{% else %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{% endif %} + + + -- cgit v1.2.3-70-g09d2