You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively could just use {{ post.title | slugify }} instead of portfolioModal{{ post.modal-id }}, this would result in a SEO friendlier URL to share direct link to modal.
Using {{forloop.index}} instead of {{post.modal-id}} here:
agency-jekyll-theme/_includes/portfolio_grid.html
Line 13 in 0a9be6a
and here:
agency-jekyll-theme/_includes/modals.html
Line 3 in 0a9be6a
Will eliminate the need for set and track modal-id properties in every post that is created.
The text was updated successfully, but these errors were encountered: