Skip to content

Commit

Permalink
fix: fixed charset and device-width meta
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelsimon committed Dec 20, 2023
1 parent 2930782 commit 16f8f4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/_includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<html {% if rtl == "true" %}dir="rtl"{% endif -%}>
<head>
<title>{{ title }}</title>
<meta name="viewport" content="initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
{% block external -%}{% endblock -%}
{% block resources %}
{% if mode == "jsfiddle" -%}
Expand Down

0 comments on commit 16f8f4e

Please sign in to comment.