From 9ae202820b698796f93b929b3e30cd499de796a1 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 16 Aug 2021 14:40:34 +0200 Subject: init site --- templates/_footer.liquid | 8 ++++++++ templates/_header.liquid | 38 ++++++++++++++++++++++++++++++++++++++ templates/home.liquid | 17 +++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 templates/_footer.liquid create mode 100644 templates/_header.liquid create mode 100644 templates/home.liquid (limited to 'templates') diff --git a/templates/_footer.liquid b/templates/_footer.liquid new file mode 100644 index 0000000..e02b928 --- /dev/null +++ b/templates/_footer.liquid @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/templates/_header.liquid b/templates/_header.liquid new file mode 100644 index 0000000..349ab58 --- /dev/null +++ b/templates/_header.liquid @@ -0,0 +1,38 @@ + + + + + No. 6092 + + + + + + + + + + + + + + + + + + + + + + +{% if meta.production %} +{% else %} +{% endif %} + + + + + + + + diff --git a/templates/home.liquid b/templates/home.liquid new file mode 100644 index 0000000..4ab18c6 --- /dev/null +++ b/templates/home.liquid @@ -0,0 +1,17 @@ +{% include "_header" %} + +
+{% for page in pages %} + {% unless page.hidden %} + {% if homepage.title_italics %} + {{homepage.title}}
+ {% else %} + {{homepage.title}}
+ {% endif %} + {{ homepage.text | newline_to_br }} + + {% endunless %} +{% endfor %} +
+ +{% include "_footer" %} -- cgit v1.2.3-70-g09d2