From 5c699557b08ddba085d911cc7f6897fec21f41b2 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 9 Aug 2024 12:04:08 +0300 Subject: Use "," to unquote variables/functions. Signed-off-by: Munyoki Kilyungi --- web/webserver.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'web/webserver.scm') diff --git a/web/webserver.scm b/web/webserver.scm index 92fa197..7412e15 100644 --- a/web/webserver.scm +++ b/web/webserver.scm @@ -34,10 +34,8 @@ ("source code (unless otherwise specified)" . "Affero GNU Public License 3.0 (AGPL3)") ("data (unless otherwise specified)" . "Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)")) ("note" . "This is work in progress (WIP). Note that the final base URL will change! The temporary prefix is:") - ("prefix" unquote - (prefix)) - ("links" ("species" unquote - (mk-meta "species"))))) + ("prefix" ,(prefix)) + ("links" ("species" ,(mk-meta "species"))))) (define +info-meta+ `(("doc" unquote -- cgit v1.2.3