Add Outside Interests section
This commit is contained in:
committed by
Antony Gelberg
parent
ca55496266
commit
90b949ebbf
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user