mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Fix language alert
This commit is contained in:
parent
8d9133f413
commit
8f1b01ca58
@ -10,7 +10,11 @@ defaults:
|
||||
- scope:
|
||||
path: ""
|
||||
values:
|
||||
layout: "wiki"
|
||||
layout: wiki
|
||||
- scope:
|
||||
path: assets/js
|
||||
values:
|
||||
layout: null
|
||||
|
||||
collections:
|
||||
en-US:
|
||||
|
||||
@ -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 %}];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user