simpler way to display contact info in header

This commit is contained in:
Joel Glovier
2018-05-15 13:55:59 -04:00
parent a9cf12bd87
commit 20e7f7d17d
3 changed files with 14 additions and 4 deletions
+4 -2
View File
@@ -19,10 +19,12 @@
<!-- Your name is defined in the _config.yml file -->
<h1 class="header-name" itemprop="name">{{ site.resume_name }}</h1>
<!-- Contact buttons don't work in print, configure in the _config.yml file, remove "print-only" to display always. -->
<div class="header-contact-info print-only">
<!-- To display contact info here, change `display_header_contact_info` value in _config.yml to true -->
{% if site.display_header_contact_info == 'true' %}
<div class="header-contact-info">
<p>{{ site.resume_header_contact_info }}</p>
</div>
{% endif %}
<div class="title-bar no-print">