You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to include several files across several layouts which is causing misses. Would be good to have a way to reduce number of places I need to include all the files such as {% include easter-egg-snackbar.html %}, {% include tag-manager.html %} and {% include header.html %}
Also note that the easter-egg-banner does not current fly over the top of hero images because of where it sits in the DOM
default.html, default-hero.html and blank.html are the 3 base layouts as if today that need consolidated. post-hero.html also contains some include logic
The text was updated successfully, but these errors were encountered:
I have to include several files across several layouts which is causing misses. Would be good to have a way to reduce number of places I need to include all the files such as
{% include easter-egg-snackbar.html %}
,{% include tag-manager.html %}
and{% include header.html %}
Also note that the easter-egg-banner does not current fly over the top of hero images because of where it sits in the DOM
default.html
,default-hero.html
andblank.html
are the 3 base layouts as if today that need consolidated.post-hero.html
also contains some include logicThe text was updated successfully, but these errors were encountered: