diff --git a/frontend/src/common/config.js b/frontend/src/common/config.js index 4857765d1..86957690c 100644 --- a/frontend/src/common/config.js +++ b/frontend/src/common/config.js @@ -52,12 +52,14 @@ export default class Config { this.values = {}; this.page = { title: "PhotoPrism", + caption: "Browse Your Life", }; return; } this.page = { title: values.siteTitle, + caption: values.siteCaption, }; this.values = values; diff --git a/frontend/src/component/navigation.vue b/frontend/src/component/navigation.vue index c756014dd..b79941982 100644 --- a/frontend/src/component/navigation.vue +++ b/frontend/src/component/navigation.vue @@ -3,14 +3,9 @@