mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
🐛 fix(config): update webmentions configuration
- change "enable" to "enabled" for correct configuration key - uncomment and set webmentions configurations for correct functionality ✨ feat(blog): add webmentions shortcode - insert webmentions shortcode in blog shortcode index for display 🐛 fix(theme): update webmentions configuration in theme - change "enable" to "enabled" for correct configuration key in theme - uncomment and set webmentions configurations for correct functionality
This commit is contained in:
parent
a663de6dac
commit
afbf2aa2ff
4 changed files with 8 additions and 8 deletions
|
|
@ -154,7 +154,7 @@
|
|||
{%- endif -%}
|
||||
|
||||
{# Webmentions #}
|
||||
{%- if config.extra.webmentions.enable -%}
|
||||
{%- if config.extra.webmentions.enabled -%}
|
||||
{%- include "partials/webmentions.html" -%}
|
||||
{%- endif -%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue