Skip to content

Commit

Permalink
Correct meta viewport (next-theme#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperStrike authored Jun 19, 2021
1 parent 9b720bc commit cb4b246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partials/head/head.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="{{ theme.android_chrome_color }}">
<meta name="generator" content="Hexo {{ hexo_version }}">

Expand Down

0 comments on commit cb4b246

Please sign in to comment.