Hugrid (Hugo+grid) is a simple grid theme for Hugo. It's a kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on.
MIT License
166
stars
79
forks
source link
Allow for multiple `og-grid` elements on the same page #19
With the current javascript code, if multiple grids (og-grid elements) are initialized on the page, only the items of the first one will have a working interaction when they are clicked on.
This PR allows the on('click)' interaction to work for all the elements of all the grids if multiple grids sections are initialized on the same page.
e.g.: if the data in items are a list of categories and the index.html in layouts is modified like so:
With the current javascript code, if multiple grids (
og-grid
elements) are initialized on the page, only the items of the first one will have a working interaction when they are clicked on.This PR allows the
on('click)'
interaction to work for all the elements of all the grids if multiple grids sections are initialized on the same page.e.g.: if the data in
items
are a list of categories and theindex.html
inlayouts
is modified like so: