logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 4ee07fccd7fe1c1954a6c06b8cea413ca289fe80
parent 20767a7cda588efc9b853fb279ab09d9f57bfec6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 24 Jul 2016 03:48:17 +0200

template: add <main></main>

Diffstat:

Mtemplate.shtml2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/template.shtml b/template.shtml @@ -6,6 +6,8 @@ </head> <body> <!--#include file="/templates/en/nav.shtml" --> + <main> + </main> <!--#include file="/templates/en/footer.html" --> </body> </html>