From d47b443d45630c548db940cbb4ec6632f5ff0fd7 Mon Sep 17 00:00:00 2001 From: oxaliq Date: Tue, 9 Apr 2024 10:58:38 -0400 Subject: [PATCH] naked css --- source/head.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/head.scm b/source/head.scm index b180f69..e5ed724 100644 --- a/source/head.scm +++ b/source/head.scm @@ -13,8 +13,6 @@ (meta ((name "ascii-art-description") (content "it's a crop of the work 'Oxalis acetosella', Otto Wilhelm Thomé (1885) run through the ascii-art generation tool on https://www.asciiart.eu/"))) - (link ((rel "stylesheet") - (href "/static/style/styles.css"))) (script ((src "/static/htmx.min.js") (defer "") )))