File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ about-author: Library Systems and Development
33
33
email : # Add your Email address
34
34
phone : # Add your Phone number
35
35
website : https://library.maastrichtuniversity.nl # Add your website
36
- facebook : # Add your Facebook handle
36
+ # facebook: # Add your Facebook handle
37
37
instagram : maastrichtuniversitylibrary
38
38
linkedin : maastricht-university-library # Add your Linkedin handle
39
- twitter : # Add your Twitter handle (between single quotes '')
40
39
youtube : UC4Wa2-Bx-TE3U3weAIAnfKw
40
+ # twitter: # Add your Twitter handle
41
41
github : maastrichtu-library # Add your Github handle
42
42
43
43
# Newsletter
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ <h3>{{site.author}}</h3>
17
17
</ section >
18
18
< section class ="about-body ">
19
19
< ul class ="contact-list ">
20
+ {% if site.website %}
21
+ < li class ="website "> < a class ="website " href ="{{site.website}} " target ="_blank "> < i class ="fa-solid fa-globe "> </ i > </ a > </ li >
22
+ {% endif %}
20
23
{% if site.facebook %}
21
24
< li class ="facebook "> < a class ="facebook " href ="https://facebook.com/{{site.facebook}} " target ="_blank "> < i class ="fa-brands fa-facebook "> </ i > </ a > </ li >
22
25
{% endif %}
@@ -29,7 +32,7 @@ <h3>{{site.author}}</h3>
29
32
{% if site.twitter %}
30
33
< li class ="twitter "> < a class ="twitter " href ="https://x.com/{{site.twitter}} " target ="_blank "> < i class ="fa-brands fa-x-twitter "> </ i > </ a > </ li >
31
34
{% endif %}
32
- {% if site.twitter %}
35
+ {% if site.youtube %}
33
36
< li class ="youtube "> < a class ="youtube " href ="https://www.youtube.com/channel/{{site.youtube}} " target ="_blank "> < i class ="fa-brands fa-youtube "> </ i > </ a > </ li >
34
37
{% endif %}
35
38
{% if site.github %}
You can’t perform that action at this time.
0 commit comments