From 7a3b904c26e2a08a88f58684d03aff3fb2a39c86 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 1 Jan 2023 08:48:50 -0800 Subject: Add: password reset feature --- style.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.lisp') diff --git a/style.lisp b/style.lisp index 9387bdb..85cfa7a 100644 --- a/style.lisp +++ b/style.lisp @@ -2,7 +2,7 @@ (in-package :vampire) -(defvar css-version "3") +(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)) -- cgit v1.2.3