mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Prevent Chrome to suggest translation from Latin (#518)
Add `lang` attribute to `html` tag
This commit is contained in:
parent
146bc06df7
commit
06dd1f462d
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}">
|
||||
<html lang="en" class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}">
|
||||
{% include head.html %}
|
||||
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
|
||||
{{ content }}
|
||||
|
Loading…
Reference in New Issue
Block a user