5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-19 07:36:22 +00:00

Merge branch 'issue-13780' of https://0xacab.org/sutty/sutty into 17.3.alpine.panel.sutty.nl

This commit is contained in:
Sutty 2023-09-27 19:39:03 +00:00
commit a9d2dd11d7

View file

@ -101,7 +101,7 @@ class Site
end.each do |delta| end.each do |delta|
locale, path = locale_and_path_from(delta.new_file[:path]) 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
end end