diff --git a/config.toml b/config.toml index 3e8887a4..19c777d5 100644 --- a/config.toml +++ b/config.toml @@ -105,5 +105,8 @@ baseURL = 'https://cedille.etsmtl.ca' icon = "fa-brands fa-linkedin" url = "https://www.linkedin.com/company/cedille/about/" weight = 4 - + [[params.footer.social]] + icon = "fa-brands fa-discord" + url = "https://discord.gg/RAhFnbs3" + weight = 5 diff --git a/themes/cedille/layouts/_default/baseof.html b/themes/cedille/layouts/_default/baseof.html index 24d23009..4b32c4fc 100644 --- a/themes/cedille/layouts/_default/baseof.html +++ b/themes/cedille/layouts/_default/baseof.html @@ -3,6 +3,7 @@ {{- partial "head.html" . -}}