diff --git a/app/views/posts/index.haml b/app/views/posts/index.haml index ac410523..98cd4209 100644 --- a/app/views/posts/index.haml +++ b/app/views/posts/index.haml @@ -26,11 +26,11 @@ - direction = post.get_front_matter(:dir) %tr %td{class: direction} - = link_to post.title, site_post_path(@site, post) + = link_to post.title, site_post_path(@site, post, lang: @lang) %br %small - post.categories.each do |c| - = link_to c, site_posts_path(@site, category: c), + = link_to c, site_posts_path(@site, category: c, lang: @lang), data: { toggle: 'tooltip' }, title: t('help.category') %td - if post.translations