feat(iine): add like buttons (#550)

This commit is contained in:
Óscar 2025-08-01 21:43:04 +02:00 committed by GitHub
parent 79b5dcf9a7
commit daa8b1a412
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 505 additions and 8 deletions

View 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" %}