mirror of
https://github.com/welpo/tabi.git
synced 2026-02-16 08:07:19 +01:00
add config & extensions for header and body
This commit is contained in:
parent
68c35b02f8
commit
7b32562f9e
3 changed files with 15 additions and 0 deletions
|
|
@ -177,4 +177,8 @@
|
|||
{%- endif -%}
|
||||
{%- endif -%}
|
||||
|
||||
{# Optional extended header content #}
|
||||
{%- if config.extra.extend_header -%}
|
||||
{% include "extend_header.html" %}
|
||||
{%- endif -%}
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue