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>
|
||||
<html lang="en">
|
||||
<html lang="<%= getLocale() %>">
|
||||
|
||||
<head>
|
||||
<%- include codimd/head %>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="<%= getLocale() %>">
|
||||
|
||||
<head>
|
||||
<%- include codimd/head %>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="<%= getLocale() %>">
|
||||
|
||||
<head>
|
||||
<%- include index/head %>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="<%= getLocale() %>">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue