mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨ feat(iine): add like buttons (#550)
This commit is contained in:
parent
79b5dcf9a7
commit
daa8b1a412
48 changed files with 505 additions and 8 deletions
5
templates/shortcodes/iine.html
Normal file
5
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" %}
|
Loading…
Add table
Add a link
Reference in a new issue