mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 22:56:22 +00:00
fix: filtrar por artículo #16291
This commit is contained in:
parent
079475b6fa
commit
ce21ddabe3
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
%span.badge.badge-primary= I18n.t('posts.attributes.draft.label')
|
||||
%br
|
||||
%small
|
||||
= link_to @site.layouts[post.layout].humanized_name, site_posts_path(@site, **@filter_params.merge(layout: post.layout))
|
||||
= link_to @site.layouts[post.layout].humanized_name, site_posts_path(@site, **@filter_params.merge(layout: [post.layout]))
|
||||
- post.front_matter['categories']&.each do |category|
|
||||
= link_to site_posts_path(@site, **@filter_params.merge(category: category)) do
|
||||
%span{ lang: post.locale, dir: dir }= category
|
||||
|
|
Loading…
Reference in a new issue