From e82f24fdb36a65e890264b67c196d0a55068b241 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 30 Oct 2022 07:58:41 -0500 Subject: Remove: unneeded code --- style.lisp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/style.lisp b/style.lisp index ce8fa90..9032e37 100644 --- a/style.lisp +++ b/style.lisp @@ -3,7 +3,4 @@ (in-package :vampire) (defun include-style (body) - ;(load-css (html-document body) "/css/reset.css") - (load-css (html-document body) "/css/main.css" :load-only-once nil) - ;(load-css (html-document body) "https://www.w3schools.com/lib/w3-theme-indigo.css") - ) + (load-css (html-document body) "/css/main.css" :load-only-once nil)) -- cgit v1.2.3