From ef7cd1ad46c0713229fd6b9343b93f3665a182ae Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 8 Mar 2020 22:52:39 +0300 Subject: [PATCH] fix(core): fix incorrect data merging of manifest and settings for plugins and themes #404 --- site/themes/default/templates/partials/base.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/themes/default/templates/partials/base.html b/site/themes/default/templates/partials/base.html index beea7e8d..59b3631f 100644 --- a/site/themes/default/templates/partials/base.html +++ b/site/themes/default/templates/partials/base.html @@ -4,9 +4,9 @@ {% block head %} - - - + + + {% do @@ -15,7 +15,7 @@ {% if entry.title %}{{ entry.title|e('html') }} | - {% endif %}{{ registry.plugins.site.title|e('html') }} + {% endif %}{{ registry.plugins.site.settings.title|e('html') }} @@ -39,7 +39,7 @@
- {{ registry.plugins.site.title|e('html') }} + {{ registry.plugins.site.settings.title|e('html') }}