From a60fa48142fe205a4ac3802336da83dff1242c5e Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 10 May 2026 21:22:32 -0600 Subject: generalized About Us for Lessons and Gigs --- lisp/sql/general-pkg.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/sql/general-pkg.lisp') diff --git a/lisp/sql/general-pkg.lisp b/lisp/sql/general-pkg.lisp index 571bec6..b48ded5 100644 --- a/lisp/sql/general-pkg.lisp +++ b/lisp/sql/general-pkg.lisp @@ -7,8 +7,8 @@ () (:documentation "")) -(defmethod get-about-us ((general-pkg general-pkg)) - (get-record general-pkg (make-instance 'about-us))) +(defmethod get-about-us ((general-pkg general-pkg) category) + (get-record general-pkg (make-instance 'about-us :category category))) (defmethod get-testimonials ((general-pkg general-pkg)) (get-record general-pkg (make-instance 'testimonials))) -- cgit v1.3