From bf563861320cf207bb2d788f50b327e4eb37016a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 16 Aug 2021 16:26:01 +0200 Subject: showing a graph --- templates/_footer.liquid | 5 +---- templates/_header.liquid | 1 - templates/home.liquid | 14 +------------- 3 files changed, 2 insertions(+), 18 deletions(-) (limited to 'templates') diff --git a/templates/_footer.liquid b/templates/_footer.liquid index e02b928..ca776f0 100644 --- a/templates/_footer.liquid +++ b/templates/_footer.liquid @@ -1,8 +1,5 @@ - - - - + diff --git a/templates/_header.liquid b/templates/_header.liquid index 349ab58..372299b 100644 --- a/templates/_header.liquid +++ b/templates/_header.liquid @@ -31,7 +31,6 @@ - diff --git a/templates/home.liquid b/templates/home.liquid index 4ab18c6..b61dfb5 100644 --- a/templates/home.liquid +++ b/templates/home.liquid @@ -1,17 +1,5 @@ {% 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