Skip to content

Commit

Permalink
Add Youtube link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsFrank committed Jul 18, 2024
1 parent f6d0c02 commit aa5e581
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ polarsteps_username: PrinsFrank
google_scholar_username: oOZQKykAAAAJ
google_scholar_visible_name: Frank Prins
chess_com_username: PrinsFrank
youtube_username: PrinsFrank
rss: PrinsFrank.nl

plant_uml_render_proxy: "https://www.plantuml.com/plantuml/proxy?src="
Expand Down
9 changes: 9 additions & 0 deletions _includes/social.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<ul>
{%- if site.youtube_username -%}
<li>{{ -}}
Youtube: {{ -}}
<a itemprop="sameAs" target="_blank" {{ -}}
href="https://www.youtube.com/@{{ site.youtube_username| cgi_escape | escape }}">{{ -}}
{{ site.youtube_username| escape -}}
</a>{{ -}}
</li>
{%- endif -%}
{%- if site.github_username -%}
<li>{{ -}}
Github: {{ -}}
Expand Down

0 comments on commit aa5e581

Please sign in to comment.