mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00

- create webmentions partial template for page head integration - add webmentions shortcode template to position webmentions on the page
8 lines
No EOL
248 B
HTML
8 lines
No EOL
248 B
HTML
{%- set format = config.extra.webmentions.format | default(value="") -%}
|
|
{% if format == "" %}
|
|
{%- set dash = "" -%}
|
|
{% else %}
|
|
{%- set dash = "-" -%}
|
|
{% endif %}
|
|
|
|
<div class="webmentions-container" id="webmentions{{ dash}}{{ format }}">hello</div> |