Merge branch 'search-engine' into staging
This commit is contained in:
commit
43927d78e7
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
||||||
- post.front_matter['categories'].each do |category|
|
- post.front_matter['categories'].each do |category|
|
||||||
= link_to site_posts_path(@site, **@filter_params.merge(category: category)) do
|
= link_to site_posts_path(@site, **@filter_params.merge(category: category)) do
|
||||||
%span{ lang: post.locale, dir: dir }= category
|
%span{ lang: post.locale, dir: dir }= category
|
||||||
|
= '/' unless post.front_matter['categories'].last == category
|
||||||
|
|
||||||
%td
|
%td
|
||||||
= post.created_at.strftime('%F')
|
= post.created_at.strftime('%F')
|
||||||
|
|
Loading…
Reference in a new issue