mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
♻️ refactor(template): relocate webmentions include logic
- move webmentions include from header to specific page section - ensure webmentions are conditionally included based on configuration
This commit is contained in:
parent
e71516ddc4
commit
9fe3bcc487
2 changed files with 5 additions and 4 deletions
|
|
@ -151,10 +151,6 @@
|
|||
<meta name="fediverse:creator" content="@{{ config.extra.fediverse_creator["handle"] }}@{{ config.extra.fediverse_creator["domain"]}}" />
|
||||
{%- endif -%}
|
||||
|
||||
{# Webmentions #}
|
||||
{%- if config.extra.webmentions.enable -%}
|
||||
{%- include "partials/webmentions.html" -%}
|
||||
{%- endif -%}
|
||||
|
||||
{# Search #}
|
||||
{%- if config.build_search_index -%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue