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:
commit
a9d2dd11d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue