Fixed Favicon, Add Doctype, and add dynamic Lang in html
This commit is contained in:
parent
dd546d568c
commit
35c7914b94
3 changed files with 16 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{% load staticfiles i18n%}
|
||||
<html lang="en"><head>
|
||||
|
||||
<html lang={{language}}>
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
|
@ -500,4 +503,5 @@
|
|||
|
||||
<div id="feedly-mini" title="feedly Mini tookit"></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue