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:
parent
63bd017491
commit
2a6fafcb9c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue