added content_sync module and exported home node

This commit is contained in:
2020-11-04 15:08:52 +01:00
parent bf88f2ed20
commit 798a4c3929
28 changed files with 3726 additions and 1186 deletions

View File

@ -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];