From f27033b5099892f002f166abf2592862ff966f68 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 24 Feb 2016 22:17:46 -0500 Subject: [PATCH] Update navigation links --- _data/navigation.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index 7ef51022..eb285406 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,10 +1,12 @@ # Site navigation links -- title: About - url: /about/ - -- title: Sample Posts - url: /posts/ - -- title: Theme Setup - url: /theme-setup/ \ No newline at end of file +- title: "Theme Setup" + url: /theme-setup/ +- title: "Posts" + url: /year-archive/ +- title: "Categories" + url: /category-archive/ +- title: "Tags" + url: /tag-archive/ +- title: "Pages" + url: /page-archive/ \ No newline at end of file