add html tag in order to specify lang="en"
This commit is contained in:
parent
1878d5951b
commit
b26ea6a661
@ -1,4 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<title>{{ title }}{% if title %} - {% endif %}{{ config.TITLE_SUFFIX }}</title>
|
||||
{% if title %}<meta property="og:title" content="{{ title }}">{% endif %}
|
||||
{% if description %}<meta property="og:description" content="{{ description }}">{% endif %}
|
||||
@ -30,3 +31,4 @@
|
||||
<i>Last modified: {{ mtime }}</i>
|
||||
</footer>
|
||||
</div>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user