From 0f987c766ee89d687a42a7734a17369b77e78a28 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Mon, 13 Jan 2020 01:06:48 -0600 Subject: Append ".html" to URLs in page_list Fix a bug in which the navbar items would not work due to the missing ".html" at the end of the URL. --- _data/pagelist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/pagelist.yml b/_data/pagelist.yml index df0017e..c02bd10 100644 --- a/_data/pagelist.yml +++ b/_data/pagelist.yml @@ -3,10 +3,10 @@ page_list: url: "/" - title: Projects - url: "/projects" + url: "/projects.html" - title: About - url: "/about" + url: "/about.html" - title: Repos url: "https://git.gymli.org" -- cgit v1.2.3