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 -%}