Fix logic in includes

This commit is contained in:
Nelson Estevão
2018-07-25 23:09:17 +01:00
parent a56a939177
commit a9c67f92bc
3 changed files with 7 additions and 7 deletions

View File

@ -5,9 +5,9 @@ layout: default
{% include career-profile.html %}
{% if site.education_in_main %}
{% unless sidebar.education %}
{% include education.html %}
{% endif %}
{% endunless %}
{% include experiences.html %}