mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
fix of dark theme of 'content-boxes' on German 'Main_Page' (#46)
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ module.exports = function(redis) {
|
||||
|
||||
// load custom language specific languages
|
||||
let lang_suffix = ''
|
||||
let load_custom_styles = ['fr', 'ko']
|
||||
let load_custom_styles = ['de', 'fr', 'ko']
|
||||
|
||||
if(load_custom_styles.includes(lang)) {
|
||||
lang_suffix = '_' + lang
|
||||
|
||||
Reference in New Issue
Block a user