diff options
Diffstat (limited to 'theme.scm')
-rw-r--r-- | theme.scm | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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")) |