diff --git a/enlight/src/index.ejs b/enlight/src/index.ejs index 749da7b..f6459fe 100644 --- a/enlight/src/index.ejs +++ b/enlight/src/index.ejs @@ -2,23 +2,10 @@ - enlight - <% if (htmlWebpackPlugin.options.nodeModules) { %> - - - <% } %> + <%= htmlWebpackPlugin.options.title %>
- - <% if (!process.browser) { %> - - <% } %> - - + \ No newline at end of file diff --git a/enlight/src/renderer/App.vue b/enlight/src/renderer/App.vue index fa1aa00..8aa58ba 100644 --- a/enlight/src/renderer/App.vue +++ b/enlight/src/renderer/App.vue @@ -5,11 +5,88 @@ diff --git a/ui_templates/static/fonts/Quicksand-Regular.ttf b/ui_templates/fonts/Quicksand-Regular.ttf similarity index 100% rename from ui_templates/static/fonts/Quicksand-Regular.ttf rename to ui_templates/fonts/Quicksand-Regular.ttf