From ac13c796eec88fe4338bc8e94db6fda69cd5b8ad Mon Sep 17 00:00:00 2001 From: viglino Date: Thu, 10 Aug 2023 11:06:35 +0200 Subject: [PATCH] [TEST] --- _includes/footer_custom.html | 41 +++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html index ae4c29c..f95bc51 100644 --- a/_includes/footer_custom.html +++ b/_includes/footer_custom.html @@ -9,22 +9,33 @@ | where_exp: "item", "item.title != nil" | where_exp: "item", "item.nav_exclude != true" -%} -

- children -

- -

- root -

- + +{%- if prev_page -%} +

+ {{ prev_page.url }} +

+{%- endif -%}'; + +{%- if next_page -%} +

+ {{ next_page.url }} +

+{%- endif -%} {%- if site.footer_content -%}