We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45872fe commit d37e691Copy full SHA for d37e691
templates/_includes/applause_button.html
@@ -4,7 +4,8 @@
4
{%if (not APPLAUSE_BUTTON_FILTER or article.applause_button_filter == "off") and article.applause_button_filter != "on" %}
5
6
<script src="{{ SITEURL }}/theme/applause-button/applause-button.js"></script>
7
-<applause-button style="width: 50px; height: 50px;" />
+<applause-button>
8
+</applause-button>
9
10
{% endif %}
11
{% endmacro %}
0 commit comments