move intro into config file

This commit is contained in:
Joel Glovier
2017-03-29 10:21:35 -04:00
parent 137e11ae85
commit ca55496266
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -15,6 +15,7 @@ resume_title: "Nuclear Safety Inspector"
resume_contact_email: resume_contact_email:
"homerjsimpson@youremailaddress.com" "homerjsimpson@youremailaddress.com"
resume_header_contact_info: "742 Evergreen Terrace, Springfield | 555-7334 | homerjsimpson@youremailaddress.com" resume_header_contact_info: "742 Evergreen Terrace, Springfield | 555-7334 | homerjsimpson@youremailaddress.com"
resume_header_intro: "<p>This is the executive summary. You should write a few brief, concise, and meaningful sentences about yourself from a professional context, and your immediate career goals. Make the length appropriate for your needs, but K.I.S.S.</p>"
# use "yes" to display the email contact button, # use "yes" to display the email contact button,
# "no" to display an "I'm not looking for work" message, # "no" to display an "I'm not looking for work" message,
+1 -1
View File
@@ -32,7 +32,7 @@
</div> </div>
<div class="executive-summary no-print" itemprop="description"> <div class="executive-summary no-print" itemprop="description">
<p>This is the executive summary. You should write a few brief, concise, and meaningful sentences about yourself from a professional context, and your immediate career goals. Make the length appropriate for your needs, but K.I.S.S.</p> {{ site.resume_header_intro }}
</div> </div>
{% if site.resume_looking_for_work == 'yes' %} {% if site.resume_looking_for_work == 'yes' %}