robertjohnson.work/_includes/career-profile.html

12 lines
335 B
HTML
Raw Normal View History

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