Skip to content

Commit

Permalink
Re-introduce missing card-grid file.
Browse files Browse the repository at this point in the history
As part of a previous pull request, this file appears to have been
deleted by accident.
This causes the card grid to look broken.
  • Loading branch information
rasben committed Jul 2, 2024
1 parent 7b52623 commit d6f4cfd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% include '@novel/components/card-grid.html.twig'
with {
'attributes': attributes,
'title': view.getTitle(),
'items': rows,
} only %}

0 comments on commit d6f4cfd

Please sign in to comment.