Skip to content

Commit

Permalink
Added a butterfly
Browse files Browse the repository at this point in the history
  • Loading branch information
areyde committed Jul 3, 2024
1 parent a39b221 commit de6c175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ analytics:
author:
name : "Yaroslav Golubev"
avatar : "face.png"
bio : "俄然觉,则蘧蘧然周也。"
bio : "俄然觉,则蘧蘧然周也。🦋"
position : "Research Administrator"
location : "Belgrade, Serbia"
employer : "JetBrains Research"
Expand Down
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div class="author__content">
<h3 class="author__name">{{ author.name }}</h3>
{% if author.bio %}<p> <span class="author__bio">{{ author.bio }}</span><span class="author__bio_non_italic">🦋</span></p>{% endif %}
{% if author.bio %}<p class="author__bio"> {{ author.bio }}</p>{% endif %}
</div>

<div class="author__urls-wrapper">
Expand Down
6 changes: 1 addition & 5 deletions _sass/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}

.author__bio {
font-style: italic;
//font-style: italic;
color: #888888;
margin: 0 0 -10px;

Expand All @@ -133,10 +133,6 @@
}
}

.author__bio_non_italic {
color: #888888;
}

.author__urls-wrapper {
position: relative;
display: table-cell;
Expand Down

0 comments on commit de6c175

Please sign in to comment.