Skip to content

Commit

Permalink
Merge pull request #117 from kabilar/social-icons
Browse files Browse the repository at this point in the history
Add social icons to footer
  • Loading branch information
yarikoptic committed Feb 22, 2024
2 parents a62a59f + 5237a4a commit 8b53ba0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,22 @@ markdown_extensions:
plugins:
- search
- open-in-new-tab

# Customize theme
extra:
social:
- icon: fontawesome/brands/slack
link: https://dandiarchive.slack.com
name: Slack
- icon: fontawesome/solid/paper-plane
link: mailto:info@dandiarchive.org
name: Email
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/dandiarchive
name: X-Twitter
- icon: fontawesome/brands/github
link: https://github.com/dandi
name: GitHub
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@dandiarchive
name: YouTube

0 comments on commit 8b53ba0

Please sign in to comment.