Skip to content

Commit

Permalink
Merge pull request #8 from andrej-zirko/mastodon-fix
Browse files Browse the repository at this point in the history
Do not show mastodon if not configured
  • Loading branch information
tzuehlke authored Jan 31, 2024
2 parents a986879 + 8f61388 commit 993e275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="panel-cover__title panel-title">{{ site.title }}</h1>
<ul class="navigation">

<!-- https://mastodon.social/@[email protected] -->
{% if site.author.twitter_username %}
{% if site.author.mastodon %}
<!-- Mastodon -->
<li class="navigation__item">
<a href="https://mastodon.social/@{{ site.author.mastodon }}" title="@{{ site.author.mastodon }} on Mastodon" target="_blank">
Expand Down

0 comments on commit 993e275

Please sign in to comment.