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

@ -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 %}