Skip to content

Commit

Permalink
Merge pull request sujaykundu777#164 from x-limitless-x/patch-4
Browse files Browse the repository at this point in the history
Add hyperlinks 🔗 / Google Maps for Address
  • Loading branch information
sujaykundu777 authored Oct 12, 2022
2 parents e468840 + 1d9bded commit e209559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/about-me.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ <h1 class="profile-name">{{ site.title }}</h1>
</p>

{% if site.author_location %}
<h6><i class="fas fa-map-marker-alt"></i> {{ site.author_location }}</h6>
<h6><a href="https://www.google.com/maps/search/?api=1&query={{ site.author_location }}" class="social-link"><i class="fas fa-map-marker-alt"></i> {{ site.author_location }}</a></h6>
{% endif %} {% if site.author_email %}
<h6><i class="fas fa-envelope"></i> {{ site.author_email }}</h6>
<h6><a href="mailto:{{ site.author_email }}"><i class="fas fa-envelope" class="social-link"></i> {{ site.author_email }}</a></h6>
{% endif %} {% if site.author_website_url %}
<h6><i class="fas fa-link"></i> {{ site.author_website_url }}</h6>
<h6><a href="{{ site.author_website_url }}"><i class="fas fa-link" class="social-link"></i> {{ site.author_website_url }}</a></h6>
{% endif %}
</div>

Expand Down

0 comments on commit e209559

Please sign in to comment.