Skip to content

Commit

Permalink
fixed typo on elseif vs elsif
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswagner2826 committed Jan 16, 2024
1 parent 0740914 commit 3ee473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/01-team.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description:
<!-- Added an if statement here to allow for image_url update -->
{% if person.website %}
<img style="float: right; width: 42%; padding-left: 20px;" src="{{ person.image | prepend: '/assets/img/' | prepend: site.baseurl | prepend: site.url }}" alt="photo of {{person.name}}">
{% elseif person.imageurl %}
{% elsif person.imageurl %}
<img style="float: right; width: 42%; padding-left: 20px;" src="person.imageurl" alt="photo of {{person.name}}">
{% endif %}
<div>
Expand Down

0 comments on commit 3ee473a

Please sign in to comment.