Initial commit and post-hook testing
This commit is contained in:
41
cv.bryanroessler.com/_includes/print-social-links.html
Normal file
41
cv.bryanroessler.com/_includes/print-social-links.html
Normal file
@@ -0,0 +1,41 @@
|
||||
<!-- and guess where these are defined? Yup, you guessed it: the _config.yml file -->
|
||||
{% if site.resume_print_social_links %}
|
||||
<ul>
|
||||
|
||||
<!-- GitHub link -->
|
||||
{% if site.resume_social_links.resume_github_url %}
|
||||
<li><strong>Github</strong>: {{ site.resume_social_links.resume_github_url }}</li>
|
||||
{% endif %}
|
||||
|
||||
<!-- Twitter link -->
|
||||
{% if site.resume_social_links.resume_twitter_url %}
|
||||
<li><strong>Twitter</strong>: {{ site.resume_social_links.resume_twitter_url }}</li>
|
||||
{% endif %}
|
||||
|
||||
<!-- Dribbble link -->
|
||||
{% if site.resume_social_links.resume_dribbble_url %}
|
||||
<li><strong>Dribbble</strong>: {{ site.resume_social_links.resume_dribbble_url }}</li>
|
||||
{% endif %}
|
||||
|
||||
<!-- Facebook link -->
|
||||
{% if site.resume_social_links.resume_facebook_url %}
|
||||
<li><strong>Facebook</strong>: {{ site.resume_social_links.resume_facebook_url }}</li>
|
||||
{% endif %}
|
||||
|
||||
<!-- LinkedIn link -->
|
||||
{% if site.resume_social_links.resume_linkedin_url %}
|
||||
<li><strong>LinkedIn</strong>: {{ site.resume_social_links.resume_linkedin_url }}</li>
|
||||
{% endif %}
|
||||
|
||||
<!-- Instagram link -->
|
||||
{% if site.resume_social_links.resume_instagram_url %}
|
||||
<li><strong>Instagram</strong>: {{ site.resume_social_links.resume_instagram_url }}</li>
|
||||
{% endif %}
|
||||
|
||||
<!-- Website link -->
|
||||
{% if site.resume_social_links.resume_website_url %}
|
||||
<li><strong>Website</strong>: {{ site.resume_social_links.resume_website_url }}</li>
|
||||
{% endif %}
|
||||
|
||||
</ul>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user