opt for simpler sidebar definition
This commit is contained in:
parent
1e4e55e134
commit
b929fb7225
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
{% block content %}
|
||||
{% if sidebar %}
|
||||
<div id="feed-sidebar">
|
||||
{% include sidebar %}
|
||||
{% include sidebar + "_sidebar.njk" %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div id="feed">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue