diff options
Diffstat (limited to 'src/_includes/posts.njk')
-rw-r--r-- | src/_includes/posts.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_includes/posts.njk b/src/_includes/posts.njk index 11d0591..00a1349 100644 --- a/src/_includes/posts.njk +++ b/src/_includes/posts.njk @@ -21,7 +21,7 @@ <div class="flex flex-col text-xs text-center"> <span>If you found this article useful, spread the word by sharing this link 👉 <span class="w-1 absolute ml-2 my-0"> - <a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-via="indrajithKLIS" data-hashtags="#gamedev #indiegamedev #gametools" data-show-count="false">Tweet</a> + <a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-via="indrajithKLIS" data-hashtags="gamedev #indiegamedev #gametools" data-show-count="false">Tweet</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </span> </span> |