Hello!
In app/views/exceptions/not_found.html.erb
file (popular-topics
bock), “See More” button should route to “/top” page, not “/latest”.
And also topic slug value for Google search input on this page is not actual for non-english sites.
Hello!
In app/views/exceptions/not_found.html.erb
file (popular-topics
bock), “See More” button should route to “/top” page, not “/latest”.
And also topic slug value for Google search input on this page is not actual for non-english sites.
Aha you’re right. Under Popular on the 404 page, More… should go to /top. Good catch. @tgxworld can you fix?
Ok added to my list
Fixed in
@youwiki You’ll have to configure slug_generation_method
to encoded
if you want to have the full unicode support for slugs. Otherwise, it defaults to topic
.