diff --git a/ansible/app-configs/ghost_config.production.json.j2 b/ansible/app-configs/ghost_config.production.json.j2 index 421e77e6..823395c6 100644 --- a/ansible/app-configs/ghost_config.production.json.j2 +++ b/ansible/app-configs/ghost_config.production.json.j2 @@ -30,7 +30,7 @@ }, "privacy": { "useGravatar": true - } + }, "logging": { "level": "info", "rotation": { diff --git a/ansible/app-configs/homepage_settings.yaml.j2 b/ansible/app-configs/homepage_settings.yaml.j2 index e8380507..f8a53954 100644 --- a/ansible/app-configs/homepage_settings.yaml.j2 +++ b/ansible/app-configs/homepage_settings.yaml.j2 @@ -11,10 +11,10 @@ providers: title: Rinoa Dashboard (trez.WTF) headerStyle: underlined color: slate -showStats: true +showStats: false statusStyle: "dot" favicon: /icons/favicon.ico -useEqualHeights: false +useEqualHeights: true hideErrors: false searchDescriptions: true showSearchSuggestions: true