added content_sync module and exported home node
This commit is contained in:
@ -110,6 +110,7 @@ import 'theme/assets/styles/main.scss'
|
||||
classes.push('path-home');
|
||||
}else{
|
||||
let path_parts = to.path.replace(/^\//, '').split('/');
|
||||
// TODO: remove language relative prefix from path classes (fr, en, etc)
|
||||
for (var i = 0; i < path_parts.length; i++) {
|
||||
if(i == 0){
|
||||
var c = "path-" + path_parts[i];
|
||||
|
Reference in New Issue
Block a user