feat(indieweb): add hidden h-card

This commit is contained in:
Henri Bourcereau 2025-03-23 20:31:23 +01:00
parent cc39652eb5
commit 2c578bd15b
5 changed files with 128 additions and 1 deletions

View file

@ -24,6 +24,9 @@
{%- endif -%}
<main {% if more_than_one_section_shown %}class="{{ first_section }}-first"{% endif %}>
{%- if config.extra.hcard %}
{%- include "partials/hcard.html" -%}
{% endif -%}
{%- if section.extra.header %}
{%- include "partials/home_banner.html" -%}
{%- elif section.content -%}