5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 23:16:22 +00:00

fixup! fix: ocultar los posts con layout oculto

This commit is contained in:
f 2024-06-25 17:06:36 -03:00
parent 63bd017491
commit 2a6fafcb9c
No known key found for this signature in database

View file

@ -100,7 +100,7 @@
- size = @posts.size
- @posts.each_with_index do |post, i|
-# @todo issue-7537
- next if post.layout.hidden?
- next if @site.layouts[post.layout].hidden?
-#
TODO: Solo les usuaries cachean porque tenemos que separar
les botones por permisos.