From 4b5ec2a5709404feb51ccc3900c0770ba81929bf Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 22 Sep 2023 17:43:09 -0500 Subject: Markdown and edit button --- web/view/brand/aging.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'web/view/brand') diff --git a/web/view/brand/aging.scm b/web/view/brand/aging.scm index e4e72e6..19db4d7 100644 --- a/web/view/brand/aging.scm +++ b/web/view/brand/aging.scm @@ -37,6 +37,12 @@ (type "text/css") (href "/css/pico.css") )) + (link + (@ (rel "stylesheet") + (media "screen") + (type "text/css") + (href "/css/gn-lite.css") + )) ,@head) (body ;; (header (p "TEST")) -- cgit v1.2.3