From a0dac0a1fc3c33d3590e67fb7d0d30cb958dc560 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Thu, 2 May 2019 15:38:32 -0400 Subject: Replace the navigation div with a nav element --- haunt.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'haunt.scm') diff --git a/haunt.scm b/haunt.scm index 75dfd24..c5d0cea 100644 --- a/haunt.scm +++ b/haunt.scm @@ -97,12 +97,12 @@ ,(stylesheet "jakob")) (body (div (@ (class "container")) - (div (@ (class "nav")) - (ul (li ,(link "Jakob L. Kreuze" "/")) - (li (@ (class "fade-text")) " ") - (li ,(link "About" "/about.html")) - (li ,(link "Blog" "/index.html")) - (li ,(link "Projects" "/projects.html")))) + (nav + (ul (li ,(link "Jakob L. Kreuze" "/")) + (li (@ (class "fade-text")) " ") + (li ,(link "About" "/about.html")) + (li ,(link "Blog" "/index.html")) + (li ,(link "Projects" "/projects.html")))) ,body (footer (@ (class "text-center")) (p (@ (class "copyright")) -- cgit v1.3