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 %}
|
{% block content %}
|
||||||
{% if sidebar %}
|
{% if sidebar %}
|
||||||
<div id="feed-sidebar">
|
<div id="feed-sidebar">
|
||||||
{% include sidebar %}
|
{% include sidebar + "_sidebar.njk" %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div id="feed">
|
<div id="feed">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue