Make HTML lang attribute configurable
This commit is contained in:
parent
8a90044faf
commit
ffead4fb47
2 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
{% if config.content_language %}
|
||||
<html lang="{{ config.content_language }}">
|
||||
{% else %}
|
||||
<html>
|
||||
{% endif %}
|
||||
<head>
|
||||
{% if config.site_title %}
|
||||
<title>{% block title %}{% endblock title %} • {{config.site_title}}</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue