change default layout to display nav and footer
la-ninpre leobrekalini@gmail.com
Fri, 14 Aug 2020 15:59:39 +0300
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>