mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:31:41 +00:00
no enviar nil en everything_of
This commit is contained in:
parent
4c50eb786e
commit
2e4219ce07
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class Site
|
||||||
|
|
||||||
posts_for(collection).map do |p|
|
posts_for(collection).map do |p|
|
||||||
p.get_front_matter attr
|
p.get_front_matter attr
|
||||||
end.flatten.uniq
|
end.flatten.uniq.compact
|
||||||
end
|
end
|
||||||
|
|
||||||
# Las usuarias que tienen acceso a este sitio se guardan en un archivo
|
# Las usuarias que tienen acceso a este sitio se guardan en un archivo
|
||||||
|
|
Loading…
Reference in a new issue