mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client+server: switch to yaml config
This commit is contained in:
@ -11,7 +11,7 @@ class HomeView extends BaseView {
|
||||
|
||||
render(section) {
|
||||
this.showView(this.template({
|
||||
name: config.basic.name,
|
||||
name: config.name,
|
||||
version: config.meta.version,
|
||||
buildDate: config.meta.buildDate,
|
||||
}));
|
||||
|
Reference in New Issue
Block a user