File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ navbar-links:
2424 About : " about"
2525 Contact : " contact"
2626 Imprint : " imprint"
27+ Tags : " tags"
2728
2829# --- Logo --- #
2930
@@ -64,6 +65,7 @@ social-network-links:
6465# telegram: yourname
6566# calendly: yourname
6667 mastodon : social.tchncs.de/@codeaffen
68+ discord : affen.link/discord
6769# ORCID: your ORCID ID
6870# google-scholar: your google scholar
6971
Original file line number Diff line number Diff line change 240240 </ li >
241241{%- endif -%}
242242
243+ {%- if site.social-network-links.discord -%}
244+ < li class ="list-inline-item ">
245+ < a rel ="me " href ="https://{{ site.social-network-links.discord }} " title ="discord ">
246+ < span class ="fa-stack fa-lg " aria-hidden ="true ">
247+ < i class ="fas fa-circle fa-stack-2x "> </ i >
248+ < i class ="fab fa-discord fa-stack-1x fa-inverse "> </ i >
249+ </ span >
250+ < span class ="sr-only "> discord</ span >
251+ </ a >
252+ </ li >
253+ {%- endif -%}
254+
243255{%- if site.social-network-links.ORCID -%}
244256 < li class ="list-inline-item ">
245257 < a href ="https://orcid.org/{{ site.social-network-links.ORCID }} " title ="ORCID ">
You can’t perform that action at this time.
0 commit comments