mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:21:42 +00:00
mostrar los layouts de verdad
This commit is contained in:
parent
6db0f3b97b
commit
2e3640e58b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
value: @posts.length - i, class: 'reorder'
|
||||
%td
|
||||
%small
|
||||
= link_to @site.i18n.dig('layouts', layout.to_s) || layout.to_s.humanize,
|
||||
= link_to @site.i18n.dig('layouts', post.layout.name.to_s) || post.layout.name.to_s.humanize,
|
||||
site_posts_path(@site, layout: post.layout.name)
|
||||
%br/
|
||||
= link_to post.title.value,
|
||||
|
|
Loading…
Reference in a new issue