diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-12-07 14:29:10 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-12-07 14:29:10 +0300 |
| commit | 2392970c8269bbcc06e2ed4e44e69f417ce71676 (patch) | |
| tree | 33319b01351e2ac9e4b0b87421f85590844729a6 | |
| parent | 2e9114bd684688b3ffbf3e3a7d49cbe9d5b3e5bd (diff) | |
| download | aaoth.xyz-2392970c8269bbcc06e2ed4e44e69f417ce71676.tar.gz aaoth.xyz-2392970c8269bbcc06e2ed4e44e69f417ce71676.zip | |
fix permalinks
oops, i thought it'll work
| -rw-r--r-- | about.md | 1 | ||||
| -rw-r--r-- | art.md | 1 | ||||
| -rw-r--r-- | music.md | 1 | ||||
| -rw-r--r-- | other.md | 1 |
4 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,6 @@ --- title: about +permalink: /about/ layout: about-page --- @@ -1,5 +1,6 @@ --- title: art +permalink: /art/ --- here i'll show some graphical stuff @@ -1,5 +1,6 @@ --- title: music +permalink: /music/ --- here will be an overview of my musical projects. @@ -1,5 +1,6 @@ --- title: other +permalink: /other/ --- miscellaneous posts about different things. |
