5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 04:44:15 +00:00

fix: ya estamos en el contexto del sitio
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-09-27 16:38:19 -03:00
parent 1e13985ef8
commit 997114a896
No known key found for this signature in database

View file

@ -103,7 +103,7 @@ class Site
end.each do |delta|
locale, path = locale_and_path_from(delta.new_file[:path])
site.posts(lang: locale).find(path).index!
posts(lang: locale).find(path).index!
end
end