✨ feat(iine): add like buttons (#550)
This commit is contained in:
5
themes/tabi/templates/shortcodes/iine.html
Normal file
5
themes/tabi/templates/shortcodes/iine.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% set button_icon = icon | default(value="heart") %}
|
||||
{% set label = label | default(value="Like this post") %}
|
||||
{% set slug = slug | default(value=page.path) %}
|
||||
|
||||
{% include "partials/iine_button.html" %}
|
||||
Reference in New Issue
Block a user