Skip to content

Commit

Permalink
color university/location
Browse files Browse the repository at this point in the history
  • Loading branch information
warpedwood committed Nov 18, 2024
1 parent e78f77a commit 0df97a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ <h3 class="author__name">{{ author.name }}</h3>
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">
{% if author.location %}
<li><i class="fa fa-fw fa-map-marker-alt" aria-hidden="true" style="padding-right: 1.5em;"></i>{{
<li><i class="fas fa-fw fa-map-marker-alt" aria-hidden="true" style="padding-right: 1.5em;"></i>{{
author.location
}}</li>
{% endif %}
{% if author.employer %}
<li><i class="fa fa-fw fa-university" aria-hidden="true" style="padding-right: 1.5em;"></i>{{
<li><i class="fas fa-fw fa-university" aria-hidden="true" style="padding-right: 1.5em;"></i>{{
author.employer }}
</li>
{% endif %}
Expand Down

0 comments on commit 0df97a7

Please sign in to comment.