Add Outside Interests section

This commit is contained in:
Antony Gelberg
2017-06-06 00:27:39 +03:00
committed by Antony Gelberg
parent ca55496266
commit 90b949ebbf
3 changed files with 25 additions and 0 deletions
+20
View File
@@ -162,6 +162,26 @@
<!-- end Associations -->
{% endif %}
{% if site.resume_section_interests %}
<!-- begin Interests -->
<section class="content-section">
<header class="section-header">
<h2>Outside Interests</h2>
</header>
<div class="resume-item">
<ul class="resume-item-list">
{% for interest in site.data.interests %}
<li>{{ interest.description }}</li>
{% endfor %}
</ul>
</div>
</section>
<!-- end Interests -->
{% endif %}
{% if site.resume_section_links %}
<!-- begin Links -->
<section class="content-section">