Skip to content

Commit

Permalink
chore: add fallback meta charset
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Kyle Clemens committed Jul 12, 2018
1 parent 985ed24 commit ea11469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webserver/web/templates/frame.html.tera
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en" class="no-js">
<head>
{% block head %}
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>{% block title %}{% endblock title %} · {{ config.general.site_name }}</title>
<script
Expand Down

0 comments on commit ea11469

Please sign in to comment.