Skip to content

Commit 002a41e

Browse files
committed
Updated twitter icon and fix cini2022filling year
1 parent bc4fb1f commit 002a41e

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

_data/publications.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
paper: https://arxiv.org/abs/2108.00298
611611
code: https://github.com/Graph-Machine-Learning-Group/grin
612612
venue: International Conference on Learning Representations
613-
year: 2021
613+
year: 2022
614614
authors:
615615
- id:acini
616616
- id:imarisca

_includes/icons.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@
7070
</symbol>
7171
<symbol class="bi bi-twitter" viewBox="0 0 16 16" id="twitter">
7272
<title>Twitter</title>
73-
<path
74-
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
73+
<path d="M9.23 6.58l5.77-6.58h-1.36l-5.01 5.71-4.01-5.71h-4.62l6.05 8.63-6.05 6.9h1.37l5.29-6.04 4.23 6.04h4.62m-13.65-14.52h2.1l9.68 13.55h-2.11"/>
74+
<!-- Old bird logo
75+
<path
76+
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" /> -->
7577
</symbol>
7678
<symbol class="bi bi-youtube" viewBox="0 0 16 16" id="youtube">
7779
<title>Youtube</title>

_includes/links_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<use xlink:href="#github" /></svg></i></a>
1515
{% endif %}
1616
{% if links.twitter %}
17-
<a href="https://twitter.com/{{ links.twitter }}" target="_blank"><i><svg class="bi" width="1rem" height="1rem" fill="{% if color %}{{color}}{% else %}#55acee{% endif %}">
17+
<a href="https://twitter.com/{{ links.twitter }}" target="_blank"><i><svg class="bi" width="1rem" height="1rem" fill="{% if color %}{{color}}{% else %}#333333{% endif %}">
1818
<use xlink:href="#twitter" /></svg></i></a>
1919
{% endif %}
2020
{% if links.linkedin %}

0 commit comments

Comments
 (0)