all repos — aaoth.xyz @ 3ffd4935bba383afd6aea61ee4363a727bb98e53

aaoth.xyz website

change default layout to display nav and footer
la-ninpre leobrekalini@gmail.com
Fri, 14 Aug 2020 15:59:39 +0300
commit

3ffd4935bba383afd6aea61ee4363a727bb98e53

parent

6448356292f495fbba42e2edb3d43c6f183ebebc

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M _layouts/default.html_layouts/default.html

@@ -6,6 +6,10 @@ <title>{{ site.title }}</title>

<link rel="stylesheet" href="assets/css/style.css"> </head> <body> + {% include navigation.html %} + {{ content }} + + {% include footer.html %} </body> </html>