Fix sidebar not displayed in BS4 theme.
Backported from master branch. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
ae0077f836
commit
f30de8449f
@ -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
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user