File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
< title > {{ page.title }} - {{ site.title }}</ title >
9
9
{%- endif %}
10
10
< link rel ="stylesheet " href ="{{ site.baseurl }}/assets/css/app.css ">
11
- < link rel ="stylesheet " href ="{{ site.baseurl }}/assets/css/custom.css?v=5 ">
11
+ < link rel ="stylesheet " href ="{{ site.baseurl }}/assets/css/custom.css?v=6 ">
12
12
< link rel ="shortcut icon " type ="image/png "
13
13
{% if site.favicon %} href ="{{ site.favicon | prepend: site.baseurl }} " {% else %} href ="{{ site.baseurl }}/favicon.png " {% endif %} />
14
14
< script src ="
https://cdn.jsdelivr.net/gh/alpinejs/[email protected] /dist/alpine.min.js "
defer > </ script >
15
- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5 /css/all.min.css ">
15
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.2 /css/all.min.css ">
16
16
< link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css ">
17
17
< script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js "> </ script >
18
18
{% seo %}
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ <h4>{{ year.name }}</h4>
224
224
{% assign linkName = "ResearchGate" %}
225
225
{% assign linkURL = "https://www.researchgate.net/profile/" | append: link.value %}
226
226
{% when "Twitter" %}
227
- {% assign linkName = "Twitter " %}
227
+ {% assign linkName = "X " %}
228
228
{% assign linkURL = "https://twitter.com/" | append: link.value %}
229
229
{% when "Website" %}
230
230
{% assign linkName = "Website" %}
Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ section.page-top {
751
751
/* Twitter */
752
752
.single-fbkperson .additional-info-wrapper ul .people-links-list li .contains-Twitter : before {
753
753
font-family : "Font Awesome 5 Brands" ;
754
- content : "\f099 " ;
754
+ content : "\e61b " ;
755
755
}
756
756
757
757
/* URL */
You can’t perform that action at this time.
0 commit comments