initial
This commit is contained in:
9
themes/next/layout/_partials/header/index.swig
Normal file
9
themes/next/layout/_partials/header/index.swig
Normal file
@ -0,0 +1,9 @@
|
||||
{{ partial('_partials/header/brand.swig', {}, {cache: theme.cache.enable}) }}
|
||||
{% include 'menu.swig' %}
|
||||
|
||||
{% if theme.custom_file_path.header %}
|
||||
{% set custom_header = '../../../../../' + theme.custom_file_path.header %}
|
||||
{% else %}
|
||||
{% set custom_header = '../../_custom/header.swig' %}
|
||||
{% endif %}
|
||||
{% include custom_header %}
|
Reference in New Issue
Block a user