Skip to content

Commit

Permalink
Remove redundant show_portrait option
Browse files Browse the repository at this point in the history
  • Loading branch information
luost26 committed Jul 13, 2024
1 parent 12f51a4 commit 508f508
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion _data/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ short_bio: >-
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
show_portrait: true
portrait_url: assets/images/photos/portrait.jpg
portrait_caption: >-
Photo by Manja Vitolic on Unsplash.
Expand Down
2 changes: 1 addition & 1 deletion _includes/widgets/profile_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a target="_blank" href="{{ site.data.profile.cv_link }}"><i class="fas fa-file-alt"></i> Curriculum Vitae</a> <br/>
{% endif %}
</div>
{% if site.data.profile.show_portrait %}
{% if site.data.profile.portrait_url %}
<div class="col-md-auto d-none d-md-block">
<figure class="figure">
<img
Expand Down

0 comments on commit 508f508

Please sign in to comment.