summaryrefslogtreecommitdiff
path: root/_data
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2020-01-13 01:06:48 -0600
committerDanny Holman <dholman@gymli.org>2020-01-13 01:06:48 -0600
commit0f987c766ee89d687a42a7734a17369b77e78a28 (patch)
tree13ac04c6dd3a38bb4c850876c8e9e5e03031b2f2 /_data
parent53cc032b9d91cb3521c8afa1d632b0ac2b6bef64 (diff)
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.
Diffstat (limited to '_data')
-rw-r--r--_data/pagelist.yml4
1 files 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"