Skip to content

Commit

Permalink
removed twitter from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
RayMuir committed Sep 24, 2024
1 parent 2796fd8 commit 18e925d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion themes/TinkerSoc/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<div class="content">
<div class="social">
<a href="{{ .Site.Params.DiscordInvite }}" target="_blank"><img src="{{ .Site.BaseURL }}/images/discord-mark-white.png"></img> Discord</a> |
<a href="https://twitter.com/TinkerSoc" class="twitter-follow-button" data-size="large" data-dnt="true" data-show-count="true" height="46">Follow @TinkerSoc</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- <a href="https://twitter.com/TinkerSoc"
class="twitter-follow-button" data-size="large" data-dnt="true"
data-show-count="true" height="46">Follow @TinkerSoc</a> <script async
src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> -->
</div>
<p class="copy">Copyright &copy; TinkerSoc {{ now.Format "2006" }}</p>
</div>
Expand Down

0 comments on commit 18e925d

Please sign in to comment.