Skip to content

Commit

Permalink
Fix sidebar not displayed in BS4 theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowled committed Sep 20, 2019
1 parent 23eb937 commit 464c131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/bootstrap4/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
'primary' => BS_PRIMARY)
),
array(
'var' => 'bs_rss',
'var' => 'bs_feeds',
'name' => BS_RSS,
'type' => 'boolean',
'default' => true
Expand All @@ -108,4 +108,4 @@

if ($_SESSION['serendipityUseTemplate']) {
$template_loaded_config['use_corenav'] = false;
}
}
2 changes: 1 addition & 1 deletion templates/bootstrap4/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</main>

<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">
<h3>{$CONST.SYNDICATE_THIS_BLOG}</h3>

Expand Down

0 comments on commit 464c131

Please sign in to comment.