html: add <meta charset="utf-8"> tag.

ref: https://webhint.io/docs/user-guide/hints/hint-meta-charset-utf-8/
This commit is contained in:
evazion
2020-07-04 22:31:18 -05:00
parent 9a03582513
commit 89c1c927ee
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title><%= page_title %></title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="top" title="<%= Danbooru.config.app_name %>" href="/">

View File

@@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title><%= page_title %></title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">