diff --git a/src/nota/hooks/index.clj b/src/nota/hooks/index.clj index 96fd86c..7da2c4a 100644 --- a/src/nota/hooks/index.clj +++ b/src/nota/hooks/index.clj @@ -26,6 +26,8 @@ [:head [:title title] [:meta {:charset "utf-8"}] + [:meta {:http-equiv "x-ua-compatible" :content "ie=edge"}] + [:meta {:name "viewport" :content "width=device-width, initial-scale=1, maximum-scale=1"}] (for [{:keys [href rel htype]} links] [:link {:rel rel :type htype