chore(*): minor cleanup + formatting

This commit is contained in:
Cory Dransfeldt 2025-06-16 10:46:54 -07:00
parent 81afe237f7
commit 49e21d574e
No known key found for this signature in database
8 changed files with 35 additions and 34 deletions

View file

@ -1,6 +1,6 @@
{%- assign categoryUrl = link.permalink | downcase -%}
{%- assign isHttp = categoryUrl contains "http" -%}
{%- assign url = page.activeUrl | default: page.url -%}
{%- assign url = page.activeUrl | default:page.url -%}
{%- if categoryUrl | isLinkActive:url -%}
{%- capture linkClass -%}
{%- if link.section -%}button{%- endif -%}