show education either in main or sidebar

combined education-section.html and education.html into one.
This commit is contained in:
Stefan Forstenlechner
2018-02-07 17:12:51 +00:00
parent 2dd2b4eec6
commit ab20595977
4 changed files with 44 additions and 42 deletions

View File

@ -45,7 +45,9 @@
</ul>
</div><!--//contact-container-->
{% include education.html %}
{% if site.education_in_main == null or site.education_in_main == false %}
{% include education.html %}
{% endif %}
{% include language.html %}
{% include interests.html %}
{% if site.about %}