From 5477376a8f7a6d7faf6b14058d96683ea8f85e7f Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Mon, 27 May 2019 21:01:43 +0200 Subject: Add pagination --- _includes/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/header.html') diff --git a/_includes/header.html b/_includes/header.html index dc42cdd..b3489c2 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -19,9 +19,9 @@ that are automatically created by the gem. Check for non-existence to exclude pagination pages from site.pages iterators --> - + - {% for my_page in site.pages %} + {% for my_page in site.pages %} {% if my_page.title and my_page.autogen == nil and my_page.url != "/index.html" %} {{ my_page.title | escape }} {% endif %} -- cgit v1.2.3