Skip to content

Commit

Permalink
feat: Add linkedin_url theme option
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed May 8, 2024
1 parent 786f460 commit 4fe793e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/shibuya/theme/shibuya/components/foot-socials.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@
{%- if theme_reddit_url %}
<a href="{{ theme_reddit_url }}" aria-label="Reddit"><i class="i-simpleicons reddit"></i></a>
{%- endif %}
{%- if theme_linkedin_url %}
<a href="{{ theme_linkedin_url }}" aria-label="LinkedIn"><i class="i-simpleicons linkedin"></i></a>
{%- endif %}
</div>
1 change: 1 addition & 0 deletions src/shibuya/theme/shibuya/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ mastodon_url =
youtube_url =
reddit_url =
readthedocs_url =
linkedin_url =

# open graph and twitter card
og_image_url =
Expand Down
3 changes: 3 additions & 0 deletions static/css/simpleicons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/simpleicons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4fe793e

Please sign in to comment.