Skip to content

Commit

Permalink
Update sidebar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
paulop authored Aug 3, 2023
1 parent bb89c8b commit 54aeef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3 class="tagline">{% if site.tagline %}{{site.tagline}}{% else %}Full Stack De
{% endif %}

{% if site.phone %}
<li class="phone"><i class="fa fa-phone"></i><a href="tel:{{site.phone}}">{{site.phone}}</a></li>
<li class="phone"><i class="fa fa-phone"></i><a href="{{site.phone}}">{{site.phone}}</a></li>
{% else %}
<li class="phone"><i class="fa fa-phone"></i><a href="tel:012 345 6789">012 345 6789</a></li>
{% endif %}
Expand Down

0 comments on commit 54aeef7

Please sign in to comment.