simpler way to display contact info in header
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user