diff --git a/_config.yml b/_config.yml index 2fd37d55..10071882 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,11 @@ defaults: - scope: path: "" values: - layout: "wiki" + layout: wiki + - scope: + path: assets/js + values: + layout: null collections: en-US: diff --git a/assets/js/language-alert.js b/assets/js/language-alert.js index 71f3376e..d6f4c794 100644 --- a/assets/js/language-alert.js +++ b/assets/js/language-alert.js @@ -1,7 +1,6 @@ --- --- - if(!sessionStorage.languageAlertDismissed) { // Have liquid insert the language info const languages = [{% for collection in site.collections %}"{{ collection.label }}"{% unless forloop.last %}, {% endunless %}{% endfor %}];