mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 06:56: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
|
- size = @posts.size
|
||||||
- @posts.each_with_index do |post, i|
|
- @posts.each_with_index do |post, i|
|
||||||
-# @todo issue-7537
|
-# @todo issue-7537
|
||||||
- next if post.layout.hidden?
|
- next if @site.layouts[post.layout].hidden?
|
||||||
-#
|
-#
|
||||||
TODO: Solo les usuaries cachean porque tenemos que separar
|
TODO: Solo les usuaries cachean porque tenemos que separar
|
||||||
les botones por permisos.
|
les botones por permisos.
|
||||||
|
|
Loading…
Reference in a new issue