mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-05-08 14:07:28 +02:00
Fix masonry so it works if there are multiple grids on the same page
This commit is contained in:
parent
3de9992298
commit
1ce8d3af37
3 changed files with 14 additions and 12 deletions
layouts/_default
|
@ -21,7 +21,7 @@
|
|||
|
||||
{{ partial "tagcloud.html" . }}
|
||||
|
||||
<div class="row blog-post" data-masonry='{ "percentPosition": true }'>
|
||||
<div class="row masonry-grid" data-masonry='{ "percentPosition": true }'>
|
||||
{{ $paginator := .Paginate .Data.Pages}}
|
||||
{{ range $paginator.Pages }}
|
||||
{{ .Render "article" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue