Skip to content

Commit 18e925d

Browse files
committed
removed twitter from footer
1 parent 2796fd8 commit 18e925d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

themes/TinkerSoc/layouts/partials/footer.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
<div class="content">
33
<div class="social">
44
<a href="{{ .Site.Params.DiscordInvite }}" target="_blank"><img src="{{ .Site.BaseURL }}/images/discord-mark-white.png"></img> Discord</a> |
5-
<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>
5+
<!-- <a href="https://twitter.com/TinkerSoc"
6+
class="twitter-follow-button" data-size="large" data-dnt="true"
7+
data-show-count="true" height="46">Follow @TinkerSoc</a> <script async
8+
src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> -->
69
</div>
710
<p class="copy">Copyright &copy; TinkerSoc {{ now.Format "2006" }}</p>
811
</div>

0 commit comments

Comments
 (0)