Skip to content

Commit 2df09b6

Browse files
committed
Fixed Youtube link and added link to website
1 parent cccecb2 commit 2df09b6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ about-author: Library Systems and Development
3333
email: # Add your Email address
3434
phone: # Add your Phone number
3535
website: https://library.maastrichtuniversity.nl # Add your website
36-
facebook: # Add your Facebook handle
36+
#facebook: # Add your Facebook handle
3737
instagram: maastrichtuniversitylibrary
3838
linkedin: maastricht-university-library # Add your Linkedin handle
39-
twitter: # Add your Twitter handle (between single quotes '')
4039
youtube: UC4Wa2-Bx-TE3U3weAIAnfKw
40+
#twitter: # Add your Twitter handle
4141
github: maastrichtu-library # Add your Github handle
4242

4343
# Newsletter

_pages/about.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ <h3>{{site.author}}</h3>
1717
</section>
1818
<section class="about-body">
1919
<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 %}
2023
{% if site.facebook %}
2124
<li class="facebook"><a class="facebook" href="https://facebook.com/{{site.facebook}}" target="_blank"><i class="fa-brands fa-facebook"></i></a></li>
2225
{% endif %}
@@ -29,7 +32,7 @@ <h3>{{site.author}}</h3>
2932
{% if site.twitter %}
3033
<li class="twitter"><a class="twitter" href="https://x.com/{{site.twitter}}" target="_blank"><i class="fa-brands fa-x-twitter"></i></a></li>
3134
{% endif %}
32-
{% if site.twitter %}
35+
{% if site.youtube %}
3336
<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>
3437
{% endif %}
3538
{% if site.github %}

0 commit comments

Comments
 (0)