Fix sidebar not displayed in BS4 theme.

Backported from master branch.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Matthias Mees 2019-09-20 21:53:58 +02:00 committed by Thomas Hochstein
parent ae0077f836
commit f30de8449f
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ $template_config = array(
'primary' => BS_PRIMARY) 'primary' => BS_PRIMARY)
), ),
array( array(
'var' => 'bs_rss', 'var' => 'bs_feeds',
'name' => BS_RSS, 'name' => BS_RSS,
'type' => 'boolean', 'type' => 'boolean',
'default' => true 'default' => true

View File

@ -94,7 +94,7 @@
</main> </main>
<aside class="col-xs-12 col-lg-4"> <aside class="col-xs-12 col-lg-4">
{if $template_option.bs_rss} {if $template_option.bs_feeds}
<section class="serendipity_plugin_rsslinks mb-3"> <section class="serendipity_plugin_rsslinks mb-3">
<h3>{$CONST.SYNDICATE_THIS_BLOG}</h3> <h3>{$CONST.SYNDICATE_THIS_BLOG}</h3>