Skip to content

Commit

Permalink
Fixed invalid keyword bug in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nmackenzie committed Nov 5, 2022
1 parent 2c187b5 commit 47011e1
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 @@ -15,7 +15,7 @@ social-twitter: mknz # add your Twitter handle
#social-facebook: # add your Facebook handle
social-github: nmackenzie # add your Github handle
social-linkedin: neilmackenziesfo # add your Linkedin handle
social-mastodon: @mknz
social-mastodon: mknz
#social-email: # add your Email address

# Disqus
Expand Down
2 changes: 1 addition & 1 deletion _layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3 class="contact-title">Contact me</h3>
<li class="linkedin"><a href="https://in.linkedin.com/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
{% endif %}
{% if site.social-mastodon %}
<li class="linkedin"><a rel="me" href="https://mastodon.social/{{site.social-mastodon}}" target="_blank"><img src="https://static-cdn.mastodon.social/packs/media/images/logo-d4b5dc90fd3e117d141ae7053b157f58.svg" style="width:16px;height:16px;"/></a></li>
<li class="linkedin"><a rel="me" href="https://mastodon.social/@{{site.social-mastodon}}" target="_blank"><img src="https://static-cdn.mastodon.social/packs/media/images/logo-d4b5dc90fd3e117d141ae7053b157f58.svg" style="width:16px;height:16px;"/></a></li>
{% else %}
<li class="linkedin"><a href="https://mastodon.social/" target="_blank"><img src="https://static-cdn.mastodon.social/packs/media/images/logo-d4b5dc90fd3e117d141ae7053b157f58.svg" style="width:16px;height:16px;"/></a></li>
{% endif %}
Expand Down

0 comments on commit 47011e1

Please sign in to comment.