add config & extensions for header and body

This commit is contained in:
Cameron Taylor 2025-05-17 10:23:45 -07:00
parent 68c35b02f8
commit 7b32562f9e
3 changed files with 15 additions and 0 deletions

View file

@ -177,4 +177,8 @@
{%- endif -%}
{%- endif -%}
{# Optional extended header content #}
{%- if config.extra.extend_header -%}
{% include "extend_header.html" %}
{%- endif -%}
</head>