add html tag in order to specify lang="en"

This commit is contained in:
Brian S. Stephan 2021-02-10 23:45:25 -06:00
parent 1878d5951b
commit b26ea6a661
1 changed files with 2 additions and 0 deletions

View File

@ -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>