mirror of https://github.com/status-im/codimd.git
set lang attr on <html> according to user's choice
Signed-off-by: BinotaLIU <binota@binota.org>
This commit is contained in:
parent
e72bcfe0ea
commit
2453b2a9be
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="<%= getLocale() %>">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<%- include codimd/head %>
|
<%- include codimd/head %>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="<%= getLocale() %>">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<%- include codimd/head %>
|
<%- include codimd/head %>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="<%= getLocale() %>">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<%- include index/head %>
|
<%- include index/head %>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="<%= getLocale() %>">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="<%= getLocale() %>">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
|
Loading…
Reference in New Issue