summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-02 15:38:32 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-02 15:38:47 -0400
commita0dac0a1fc3c33d3590e67fb7d0d30cb958dc560 (patch)
tree1f320e18ad16376c1c989bc8ba1080726f78691c /haunt.scm
parent7c4c5a240828fcb1ce211926826d0f0395a0781c (diff)
Replace the navigation div with a nav element
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm12
1 files changed, 6 insertions, 6 deletions
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"))