Add default 'no-js' class to be removed with JS if enabled
This commit is contained in:
parent
3173c0dc1d
commit
c09a8b2c6f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ layout: compress
|
|||
{% include base_path %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ site.locale | slice: 0,2 }}">
|
||||
<html lang="{{ site.locale | slice: 0,2 }}" class="no-js">
|
||||
<head>
|
||||
{% include head.html %}
|
||||
{% include head/custom.html %}
|
||||
|
|
Loading…
Reference in a new issue