You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
activate :pagination do
pageable_resource :recipes do |page|
# Match any page that lives in the "recipes" directory
page.url.include?("/recipes/")
end
end
With the following file structure (1 file for each recipe in given locale)
Is it possible to support localizable pages?
For instance this didn't work for me
With the following file structure (1 file for each recipe in given locale)
Above setup will generate resources:
all_recipes.html.haml (1 file for all locales)
The text was updated successfully, but these errors were encountered: