mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
moved instanceName to index.ejs
This commit is contained in:
@@ -51,10 +51,9 @@ async function getTree() {
|
||||
});
|
||||
|
||||
return {
|
||||
instanceName: config.General ? config.General.instanceName : null,
|
||||
start_note_path: await optionService.getOption('start_note_path'),
|
||||
branches: branches,
|
||||
notes: notes,
|
||||
start_note_path: await optionService.getOption('start_note_path')
|
||||
notes: notes
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user