diff options
Diffstat (limited to 'templates/shortcodes/iine.html')
| -rw-r--r-- | templates/shortcodes/iine.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/shortcodes/iine.html b/templates/shortcodes/iine.html new file mode 100644 index 0000000..d37211d --- /dev/null +++ b/templates/shortcodes/iine.html @@ -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" %} |
