aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/base.html b/templates/base.html
index efb1e7d..d28c0c8 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,15 +5,11 @@
{% elif page %}
{% set permalink = page.permalink %}
{% endif %}
-<html>
+<html lang="{{ lang }}">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
- <title>
- {% block title %}
- Yaroslav de la Peña Smirnov
- {% endblock %}
- </title>
+ <title>{% block title %}Yaroslav de la Peña Smirnov{% endblock %}</title>
<link rel="stylesheet" href="{{ get_url(path="css/yaroslavps.css") }}">
<link rel="icon" type="image/png" href="{{ get_url(path="favicon32x32.png") }}">
<link rel="icon" type="image/png" href="{{ get_url(path="favicon64x64.png") }}">