Add default 'no-js' class to be removed with JS if enabled
This commit is contained in:
@@ -5,7 +5,7 @@ layout: compress
|
|||||||
{% include base_path %}
|
{% include base_path %}
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ site.locale | slice: 0,2 }}">
|
<html lang="{{ site.locale | slice: 0,2 }}" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
{% include head/custom.html %}
|
{% include head/custom.html %}
|
||||||
|
|||||||
Reference in New Issue
Block a user