Add default 'no-js' class to be removed with JS if enabled

This commit is contained in:
Michael Rose 2016-03-21 15:59:50 -04:00
parent 3173c0dc1d
commit c09a8b2c6f

View file

@ -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 %}