Merge pull request #6 from pastuhov/gh-pages
Add {% if site.resume_section_experience %}
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@ resume_contact_email:
|
|||||||
resume_looking_for_work: "yes"
|
resume_looking_for_work: "yes"
|
||||||
|
|
||||||
# Decide which sections to use
|
# Decide which sections to use
|
||||||
# comment out to hide (Experience is not shown
|
# comment out to hide
|
||||||
# because it is the only required section)
|
resume_section_experience: true
|
||||||
resume_section_education: true
|
resume_section_education: true
|
||||||
resume_section_projects: true
|
resume_section_projects: true
|
||||||
resume_section_skills: true
|
resume_section_skills: true
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
{% if site.resume_section_experience %}
|
||||||
<!-- begin Experience -->
|
<!-- begin Experience -->
|
||||||
<section class="content-section">
|
<section class="content-section">
|
||||||
|
|
||||||
@@ -78,6 +79,7 @@
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
<!-- end Experience -->
|
<!-- end Experience -->
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if site.resume_section_education %}
|
{% if site.resume_section_education %}
|
||||||
<!-- begin Education -->
|
<!-- begin Education -->
|
||||||
|
|||||||
Reference in New Issue
Block a user