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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/layouts/index.html') 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)$ -- cgit v1.2.3-54-g00ecf