Skip to content

Instantly share code, notes, and snippets.

@andresgallo
Last active September 27, 2023 13:36
Show Gist options
  • Save andresgallo/f3af4ef5b4e74cfc3cdeb09a3b517e6b to your computer and use it in GitHub Desktop.
Save andresgallo/f3af4ef5b4e74cfc3cdeb09a3b517e6b to your computer and use it in GitHub Desktop.
{{#each (and tagNavigation tagNavigation.[0] then=tagNavigation otherwise=sectionNavigation)}}
<div class="SectionPage-sectionNavigation" data-align-{{#with ../sectionNavAlign}}{{this}}{{else}}center{{/with}} {{#if ../sectionNavInsidePageHeading}}data-inside-heading{{/if}} style="
--color-section-nav-background: {{#with ../sectionNavBgColor}}{{this}}{{else}}{{#if ../sectionNavInsidePageHeading}}transparent{{else}}#000000{{/if}}{{/with}};
--color-section-nav-text: {{#with ../sectionNavTextColor}}{{this}}{{else}}var(--color-primary-text-inverse){{/with}};
--color-section-nav-text-hover: {{#with ../sectionNavTextHoverColor}}{{this}}{{else}}var(--color-primary-text-inverse){{/with}};">
{{include "/navigation/SectionNavigation.hbs" this}}
</div>
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment