diff options
author | Julien Dessaux | 2021-08-16 09:43:46 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-08-16 09:43:46 +0200 |
commit | 30e50252ceb94790b5f358d0cb3e737e9d1bb48d (patch) | |
tree | 5523188c2a80313b0177b7a7c7c8935ef70d4c8b /layouts | |
parent | Bootstrapped mistborn book article (diff) | |
download | www-30e50252ceb94790b5f358d0cb3e737e9d1bb48d.tar.gz www-30e50252ceb94790b5f358d0cb3e737e9d1bb48d.tar.bz2 www-30e50252ceb94790b5f358d0cb3e737e9d1bb48d.zip |
Fixed html bug
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/nav.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index b6c4db5..f54ae38 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -17,5 +17,5 @@ </li> {{ end }} </ul> - </div> + </nav> </header> |