From 50362a666ecfbc15d6beec2a4a89346526ac2e69 Mon Sep 17 00:00:00 2001 From: Nicolas Kuttler Date: Thu, 12 Feb 2015 01:26:02 +0100 Subject: Loop through existing pages for navigation Ignore the atom feed and the paginated news based on page names. --- _includes/header.html | 20 +++++++++++++++++++- atom.xml | 1 + index.html | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index 8363b10..b5d26a8 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -14,7 +14,25 @@ diff --git a/atom.xml b/atom.xml index fb3aa9e..3da40aa 100644 --- a/atom.xml +++ b/atom.xml @@ -1,5 +1,6 @@ --- layout: nil +title: News Feed --- diff --git a/index.html b/index.html index e4d427d..90a7dc7 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ --- layout: home +title: News --- -- cgit v1.2.3