forked from robert/robertjohnson.work
Made variables more modular
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
{% if site.data.data.career-profile %}
|
||||
{% assign career-profile = site.data.data.career-profile %}
|
||||
{% if career-profile %}
|
||||
<section class="section summary-section">
|
||||
|
||||
<h2 class="section-title">
|
||||
@ -6,11 +7,11 @@
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fas fa-user fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
{{ site.data.data.career-profile.title }}
|
||||
{{ career-profile.title }}
|
||||
</h2>
|
||||
|
||||
<div class="summary">
|
||||
{{ site.data.data.career-profile.text | markdownify }}
|
||||
{{ career-profile.summary | markdownify }}
|
||||
</div><!--//summary-->
|
||||
|
||||
</section><!--//section-->
|
||||
|
Reference in New Issue
Block a user