Skip to content

Commit

Permalink
Add position on page to panel loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Feb 8, 2024
1 parent 684a6b3 commit ba39fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/default.antlers.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{ panels }}
{{ partial src="_panels/{type}" }}
{{ partial src="_panels/{type}" position_on_page="{{ count }}" }}
{{ /panels }}

0 comments on commit ba39fa4

Please sign in to comment.