Skip to content

Commit

Permalink
fix(YSP-697): Bypass extra div for image banner
Browse files Browse the repository at this point in the history
The div that is inserted for the item seems to be modifying how the
image banner behaves, skipping the styling of it to match the grand
hero.  By creating this, it allows it to bypass this, picking up the
styles similar to the grand hero in Drupal.
  • Loading branch information
dblanken-yale committed Oct 7, 2024
1 parent bd58a4a commit f510976
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% for item in items %}
{{ item.content }}
{% endfor %}

0 comments on commit f510976

Please sign in to comment.