Skip to content

Commit

Permalink
#61 Moves wayfinding-cards display template
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesKhong committed Mar 8, 2024
1 parent ebdeb30 commit 59f73e2
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{# Wayfinding Cards
#}

{% set colorway = colorway == 'brand' ? 'ts-bg-dk' : '' %}

{% include 'organisms/card-grid.twig' with {
card_view_mode: "card-md",
block_class: "wayfinding ",
style: "center"
} %}

0 comments on commit 59f73e2

Please sign in to comment.