From a48d05d1d5fcff414359c8ba6cc8f38467aebdeb Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 10 May 2021 16:41:05 +0200 Subject: Refactoring to fully take advantage of Make --- templates/layouts/index.html | 4 ++-- templates/layouts/page.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/index.html b/templates/layouts/index.html index 6d4c776..45ac82e 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html @@ -59,13 +59,13 @@ $body$ - $subsections.projects.title$ + $pages.by_id.projects.title$
- $for(subsections.projects.pages)$ + $for(pages.by_id.projects.pages.all)$ $if(it.preview)$ diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 2093f8c..f89a692 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html @@ -1,12 +1,12 @@
-- cgit v1.2.3-54-g00ecf