all repos — aaoth.xyz @ 4931ffc06a1742b47c55c65bfbd16f8a7adf5183

aaoth.xyz website

fix permalinks

remove .html from url
la-ninpre leobrekalini@gmail.com
Fri, 14 Aug 2020 17:41:55 +0300
commit

4931ffc06a1742b47c55c65bfbd16f8a7adf5183

parent

2c99e9e8d440b42fe6b63a5b0bbe8eaa0e1b07c5

6 files changed, 9 insertions(+), 5 deletions(-)

jump to
M _data/navigation.yml_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
M _layouts/default.html_layouts/default.html

@@ -3,7 +3,7 @@ <html>

<head> <meta charset="utf-8"> <title>{{ page.title }} - {{ site.title }}</title> - <link rel="stylesheet" href="assets/css/style.css"> + <link rel="stylesheet" href="/assets/css/style.css"> </head> <body> {% include navigation.html %}
M about.mdabout.md

@@ -1,5 +1,6 @@

--- title: about +permalink: /about/ --- # about
M art.mdart.md

@@ -1,5 +1,6 @@

--- title: art +permalink: /art/ --- # art
M music.mdmusic.md

@@ -1,5 +1,6 @@

--- title: music +permalink: /music/ --- # music
M other.mdother.md

@@ -1,5 +1,6 @@

--- title: other +permalink: /other/ --- # other