diff options
Diffstat (limited to 'src/chef/utils.clj')
-rw-r--r-- | src/chef/utils.clj | 4 |
1 files changed, 3 insertions, 1 deletions
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] |