Skip to content

Commit

Permalink
Added link_youtube_handle for footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyff committed Oct 1, 2024
1 parent 5abc669 commit e64c2e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ <h1>{{ config.title }}</h1>
</li>
{% endif -%}

{# Youtube #}
{% if config.extra.link_youtube_handle -%}
<li>
<a href="https://www.youtube.com/@{{ config.extra.link_youtube_handle }}"
title="YouTube" rel="me"><i data-feather="youtube"></i></a>
</li>
{% endif -%}

{# Bluesky #}
{% if config.extra.link_bluesky_url -%}
<li>
Expand Down

0 comments on commit e64c2e1

Please sign in to comment.