Skip to content

Commit da8cd67

Browse files
authored
Some home page enhancements (#120)
- Add Tags link in site header - Add Discord link & icon in site footer
1 parent 3cc8062 commit da8cd67

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

_includes/social-networks-links.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,18 @@
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">

0 commit comments

Comments
 (0)