Add default 'no-js' class to be removed with JS if enabled
1 files changed, 1 insertions(+), 1 deletions(-) M _layouts/default.html
M _layouts/default.html => _layouts/default.html +1 -1
@@ 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 %}