Skip to content

Commit

Permalink
Add QCSE icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tnemoz committed Dec 24, 2022
1 parent a4a8f5f commit f17789c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ analytics:
# Site Author
author:
name : "Tristan Nemoz"
avatar : "/assets/images/profile.png" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
avatar : # "/assets/images/profile.png" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am a first year PhD Student in the [IQA Group](https://iqa.telecom-paris.fr/) supervised by Romain Alléaume. My field of research is Quantum Cryptography, though I also am interested in Quantum Computation and Quantum Machine Learning."
location :
email :
Expand Down
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3 class="author__name p-name" itemprop="name">
{% if author.links %}
{% for link in author.links %}
{% if link.label and link.url %}
<li><a href="{{ link.url }}" rel="nofollow noopener noreferrer me"{% if link.url contains 'http' %} itemprop="sameAs"{% endif %}><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i><span class="label">{{ link.label }}</span></a></li>
<li><a href="{{ link.url }}" rel="nofollow noopener noreferrer me"{% if link.url contains 'http' %} itemprop="sameAs"{% endif %}>{% if link.src %}<img src="{{ link.src }}" width="20px">{% else %}<i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i>{% endif %}<span class="label">{{ link.label }}</span></a></li>
{% endif %}
{% endfor %}
{% endif %}
Expand Down
2 changes: 0 additions & 2 deletions _sass/minimal-mistakes/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
}

img {
width: 100%;

&.emoji {
width: 20px;
height: 20px;
Expand Down

0 comments on commit f17789c

Please sign in to comment.