summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm11
1 files changed, 5 insertions, 6 deletions
diff --git a/theme.scm b/theme.scm
index 0489cc1..3870812 100644
--- a/theme.scm
+++ b/theme.scm
@@ -65,12 +65,11 @@
,(stylesheet "dthompson"))
(body
(div (@ (class "container"))
- (div (@ (class "nav"))
- (ul (li ,(link "David Thompson" "/"))
- (li (@ (class "fade-text")) " ")
- (li ,(link "About" "/about.html"))
- (li ,(link "Blog" "/index.html"))
- (li ,(link "Projects" "/projects.html"))))
+ (nav
+ (ul (li ,(link "David Thompson" "/")))
+ (ul (li ,(link "About" "/about.html"))
+ (li ,(link "Blog" "/index.html"))
+ (li ,(link "Projects" "/projects.html"))))
,body
(footer (@ (class "text-center"))
(p (@ (class "copyright"))