Skip to content

Commit

Permalink
Some home page enhancements (#120)
Browse files Browse the repository at this point in the history
- Add Tags link in site header
- Add Discord link & icon in site footer
  • Loading branch information
cmeissner authored Sep 16, 2023
1 parent 3cc8062 commit da8cd67
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ navbar-links:
About: "about"
Contact: "contact"
Imprint: "imprint"
Tags: "tags"

# --- Logo --- #

Expand Down Expand Up @@ -64,6 +65,7 @@ social-network-links:
# telegram: yourname
# calendly: yourname
mastodon: social.tchncs.de/@codeaffen
discord: affen.link/discord
# ORCID: your ORCID ID
# google-scholar: your google scholar

Expand Down
12 changes: 12 additions & 0 deletions _includes/social-networks-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,18 @@
</li>
{%- endif -%}

{%- if site.social-network-links.discord -%}
<li class="list-inline-item">
<a rel="me" href="https://{{ site.social-network-links.discord }}" title="discord">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-discord fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">discord</span>
</a>
</li>
{%- endif -%}

{%- if site.social-network-links.ORCID -%}
<li class="list-inline-item">
<a href="https://orcid.org/{{ site.social-network-links.ORCID }}" title="ORCID">
Expand Down

0 comments on commit da8cd67

Please sign in to comment.