Merge pull request #33 from antgel/interests

Add Outside Interests section
This commit is contained in:
Joel Glovier
2017-06-13 13:14:17 -04:00
committed by GitHub
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">