robertjohnson.work/_includes/career-profile.html

12 lines
335 B
HTML
Raw Normal View History

{% if site.data.data.career-profile %}
2016-07-29 10:17:42 +05:30
<section class="section summary-section">
2017-10-29 15:12:08 +00:00
<h2 class="section-title"><i class="fa fa-user"></i>{{ site.data.data.career-profile.title }}</h2>
2017-10-29 15:12:08 +00:00
<div class="summary">
<p>{{ site.data.data.career-profile.text }}</p>
</div><!--//summary-->
2017-10-29 15:12:08 +00:00
</section><!--//section-->
{% endif %}