set lang attr on <html> according to user's choice

Signed-off-by: BinotaLIU <binota@binota.org>
This commit is contained in:
BinotaLIU 2020-04-10 18:29:37 +08:00
parent e72bcfe0ea
commit 2453b2a9be
No known key found for this signature in database
GPG Key ID: 87C590ECC1F5314E
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="<%= getLocale() %>">
<head>
<%- include codimd/head %>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="<%= getLocale() %>">
<head>
<%- include codimd/head %>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="<%= getLocale() %>">
<head>
<%- include index/head %>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="<%= getLocale() %>">
<head>
<meta charset="utf-8">

View File

@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="<%= getLocale() %>">
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">