From 753f7def0369802f00e29c085f01a391f5b20f07 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 1 Jan 2023 08:58:34 -0800 Subject: Chage: earmuffs back --- style.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.lisp b/style.lisp index 85cfa7a..e435268 100644 --- a/style.lisp +++ b/style.lisp @@ -2,7 +2,7 @@ (in-package :vampire) -(defvar css-version "4") +(defvar *css-version* "4") (defun include-style (body) - (load-css (html-document body) (format nil "/css/main-~a.css" css-version) :load-only-once nil)) + (load-css (html-document body) (format nil "/css/main-~a.css" *css-version*) :load-only-once nil)) -- cgit v1.2.3