Skip to content

Commit

Permalink
style(theme): style fix in twitter.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Nov 23, 2019
1 parent 199cb5b commit 5887275
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions theme/tuxlite_zf/templates/twitter.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{% if TWITTER_USERNAME %}
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
{% endif %}
<a href="http://twitter.com/share" class="twitter-share-button"
data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js">
</script>
{% endif %}

0 comments on commit 5887275

Please sign in to comment.