Skip to content

Commit

Permalink
fix(applause): applause_button tag does not auto close
Browse files Browse the repository at this point in the history
It causes error in travis.
  • Loading branch information
talha131 committed Dec 5, 2019
1 parent 45872fe commit d37e691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/_includes/applause_button.html
Expand Up @@ -4,7 +4,8 @@
{%if (not APPLAUSE_BUTTON_FILTER or article.applause_button_filter == "off") and article.applause_button_filter != "on" %} {%if (not APPLAUSE_BUTTON_FILTER or article.applause_button_filter == "off") and article.applause_button_filter != "on" %}


<script src="{{ SITEURL }}/theme/applause-button/applause-button.js"></script> <script src="{{ SITEURL }}/theme/applause-button/applause-button.js"></script>
<applause-button style="width: 50px; height: 50px;" /> <applause-button>
</applause-button>


{% endif %} {% endif %}
{% endmacro %} {% endmacro %}

0 comments on commit d37e691

Please sign in to comment.