Skip to content

Commit fcdc0ad

Browse files
committed
Randim widget
1 parent 30ad8c4 commit fcdc0ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_layouts/default.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#000000', 'K3K43H86Z');kofiwidget2.draw();</script>
3333
</div>
3434
{% endif %}
35-
36-
{% if page.show_applause %}
37-
<div class="mb-2 mt-5 text-center"><applause-button id="applause" class="mx-auto" style="width: 40px; height: 40px;" url="{{ page.url | absolute_url }}"></applause-button></div>
38-
{% endif %}
3935
</article>
4036
</div>
4137
</main>
@@ -56,4 +52,7 @@
5652
{%- endif -%}
5753
{%- if page.show_related -%}
5854
{%- include components/related.html -%}
55+
{%- endif -%}
56+
{%- if page.show_random -%}
57+
{%- include components/random.html -%}
5958
{%- endif -%}

0 commit comments

Comments
 (0)