From 4931ffc06a1742b47c55c65bfbd16f8a7adf5183 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Fri, 14 Aug 2020 17:41:55 +0300 Subject: fix permalinks remove .html from url --- _data/navigation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_data') diff --git a/_data/navigation.yml b/_data/navigation.yml index 33574ab..a774e85 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,10 +1,10 @@ - name: home link: / - name: music - link: /music.html + link: /music - name: art - link: /art.html + link: /art - name: other - link: /other.html + link: /other - name: about - link: /about.html + link: /about -- cgit v1.2.3