From 2392970c8269bbcc06e2ed4e44e69f417ce71676 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 7 Dec 2020 14:29:10 +0300 Subject: fix permalinks oops, i thought it'll work --- about.md | 1 + art.md | 1 + music.md | 1 + other.md | 1 + 4 files changed, 4 insertions(+) diff --git a/about.md b/about.md index 32158a2..bd59236 100644 --- a/about.md +++ b/about.md @@ -1,5 +1,6 @@ --- title: about +permalink: /about/ layout: about-page --- diff --git a/art.md b/art.md index 3662ced..6f24a8e 100644 --- a/art.md +++ b/art.md @@ -1,5 +1,6 @@ --- title: art +permalink: /art/ --- here i'll show some graphical stuff diff --git a/music.md b/music.md index 24adc77..4b66683 100644 --- a/music.md +++ b/music.md @@ -1,5 +1,6 @@ --- title: music +permalink: /music/ --- here will be an overview of my musical projects. diff --git a/other.md b/other.md index b4d025e..7240f5b 100644 --- a/other.md +++ b/other.md @@ -1,5 +1,6 @@ --- title: other +permalink: /other/ --- miscellaneous posts about different things. -- cgit v1.2.3