From 918dcc7e0111b3d9bcb669817acf68347788a507 Mon Sep 17 00:00:00 2001 From: neko Date: Tue, 13 Apr 2021 20:00:39 +0200 Subject: [PATCH] changed the name of the navbar item for home --- _data/nav.yml | 2 +- _includes/nav.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/nav.yml b/_data/nav.yml index a4b6811..901efa8 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,6 +1,6 @@ list: - title: "~" - url: / + url: /index.html - title: ~/blog url: /blog/ - title: ~/doc/about diff --git a/_includes/nav.html b/_includes/nav.html index a118039..35ba7d5 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,5 +1,5 @@