From 115c5573c42da689532284ba88d5e52c274102f6 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Wed, 13 Dec 2023 02:02:18 -0500 Subject: [PATCH] Formatting --- public/overall-wrapper.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/public/overall-wrapper.scm b/public/overall-wrapper.scm index 67c6e1d..49a48b8 100644 --- a/public/overall-wrapper.scm +++ b/public/overall-wrapper.scm @@ -4,16 +4,14 @@ (link (@ (rel "stylesheet") (type "text/css") (href "style.css"))) - (head - (title "Welcome to GuileDocs")) + (head (title "Welcome to GuileDocs")) (body (div (@ (id "overall-wrapper")) (header (h3 "🚀GuileDocs") (input (@ (type "text") (placeholder "Search (ctrl-s)"))) - (menu - (li "Core Library") - (li "Quick Ref"))) + (menu (li "Core Library") + (li "Quick Ref"))) (nav (section (h4 "Navigation") (menu (li "Top") (li "Examples")