Skip to content

Commit

Permalink
add: contactme button in resumee - iteration 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobgabriel committed Dec 28, 2023
1 parent 0f88671 commit 41e776e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions _includes/pro/resume/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@
Attachments
</a>
{% endif %}
<!-- Contact Me -->
{% if page.buttons.contactme %}
{% assign cont = page.buttons.contactme %}
{% if cont %}
<a href="{% include smart-url url=cont %}" class="btn btn-sm btn-primary mt1" download>
<small class="icon-email"></small>
Quick Contact
</a>
{% endif %}
<!-- Contact Me -->
{% if page.buttons.contactme %}
{% assign cont = page.buttons.contactme %}
{% if cont %}
<a href="{% include smart-url url=cont %}" class="btn btn-sm btn-primary mt1" download>
<small class="icon-email"></small>
Quick Contact
</a>
{% endif %}
{% endif %}

</div>

0 comments on commit 41e776e

Please sign in to comment.