diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/chef/utils.clj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chef/utils.clj b/src/chef/utils.clj index 7f476a2..7ccaf88 100644 --- a/src/chef/utils.clj +++ b/src/chef/utils.clj @@ -11,7 +11,8 @@ [:meta {:name "viewport" :content "width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"}] [:title title] [:link {:rel :stylesheet :href "/static/style.css"}] - [:meta {:http-equiv "content-type" :content "text/html; charset=utf-8"}]] + [:meta {:http-equiv "content-type" :content "text/html; charset=utf-8"}] + [:meta {:name "robots" :content "noindex,nofollow"}]] (apply conj [:body] content [[:script {:src "/static/htmx.js"}]])]) (defmacro auth-only [request & body] |