Added missing experiences

This commit is contained in:
sharath Kumar
2018-06-28 14:21:12 +05:30
parent 473f0bce10
commit 8b9b9188e7
2 changed files with 27 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{% if site.data.data.experiences %}
<section class="section experiences-section">
<h2 class="section-title"><i class="fa fa-briefcase"></i>Experiences</h2>
<h2 class="section-title"><i class="fa fa-briefcase"></i>{{site.data.data.experiences.title}}</h2>
{% for experience in site.data.data.experiences.experiences %}
<div class="item">
@ -27,3 +27,4 @@
</section><!--//section-->
{% endif %}