From 06ecbc8c6d52f3e832683e68a52461c5f7c6cb84 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 11 May 2025 12:12:50 +0200 Subject: Add basic home page; TODO: use real data for home page --- src/chef/utils.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/chef/utils.clj') diff --git a/src/chef/utils.clj b/src/chef/utils.clj index a721617..3170be9 100644 --- a/src/chef/utils.clj +++ b/src/chef/utils.clj @@ -5,7 +5,9 @@ [:html [:head [:meta {:name "viewport" :content "width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"}] - [:title title]] + [:title title] + [:link {:rel :stylesheet :href "/static/style.css"}] + [:meta {:http-equiv "content-type" :content "text/html; charset=utf-8"}]] (apply conj [:body] content [[:script {:src "/static/htmx.js"}]])]) (defmacro auth-only [request & body] -- cgit v1.2.3