Skip to content

Commit

Permalink
fix: Site responsiviness and viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelboni committed Nov 9, 2021
1 parent 9ec7b84 commit d649f57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nota/hooks/index.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d649f57

Please sign in to comment.