Skip to content

Commit

Permalink
Add youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed Sep 6, 2024
1 parent d3a5417 commit 35ef99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ footer-links:
rss: feed # just type anything here for a working RSS icon
mastodon: FEX_Emu
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
youtube: # channel/<your_long_string> or user/<user-name>
youtube: fex-emu # channel/<your_long_string> or user/<user-name>
googleplus: # anything in your profile username that comes after plus.google.com/


Expand Down
2 changes: 1 addition & 1 deletion _includes/svg-icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
{% if site.footer-links.rss %}<a href="{{ site.baseurl }}/feed.xml"><i class="svg-icon rss"></i></a>{% endif %}
{% if site.footer-links.mastodon %}<a href="https://www.mastodon.social/@{{ site.footer-links.mastodon }}"><i class="svg-icon mastodon"></i></a>{% endif %}
{% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}"><i class="svg-icon stackoverflow"></i></a>{% endif %}
{% if site.footer-links.youtube %}<a href="https://youtube.com/{{ site.footer-links.youtube }}"><i class="svg-icon youtube"></i></a>{% endif %}
{% if site.footer-links.youtube %}<a href="https://youtube.com/@{{ site.footer-links.youtube }}"><i class="svg-icon youtube"></i></a>{% endif %}
{% if site.footer-links.googleplus %}<a href="https://plus.google.com/{{ site.footer-links.googleplus }}"><i class="svg-icon googleplus"></i></a>{% endif %}

0 comments on commit 35ef99f

Please sign in to comment.