Fix logic in includes
This commit is contained in:
@ -19,9 +19,9 @@
|
||||
|
||||
{% include contact.html %}
|
||||
|
||||
{% unless sidebar.education %}
|
||||
{% include education.html %}
|
||||
{% endunless %}
|
||||
{% if sidebar.education %}
|
||||
{% include education.html %}
|
||||
{% endif %}
|
||||
|
||||
{% include language.html %}
|
||||
{% include interests.html %}
|
||||
|
Reference in New Issue
Block a user