Fix broken sidebar in bootstrap4 theme
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<div id="serendipity{$pluginside}SideBar">
|
||||
{/if}
|
||||
{foreach from=$plugindata item=item}
|
||||
{if $template_option.bs_rss && $item.class != "serendipity_plugin_syndication"}
|
||||
{if $template_option.bs_feeds && $item.class != "serendipity_plugin_syndication"}
|
||||
<section class="{$item.class} mb-3">
|
||||
{if $item.title != ""}
|
||||
<h3>{$item.title}</h3>
|
||||
@ -15,4 +15,4 @@
|
||||
{/foreach}
|
||||
{if $is_raw_mode}
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
|
Reference in New Issue
Block a user