mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 10:11:42 +00:00
direccion de los titulos
This commit is contained in:
parent
67d1327532
commit
a0a0598f83
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@
|
|||
%tbody
|
||||
- @site.posts.each do |post|
|
||||
%tr
|
||||
%td= link_to post.title, site_post_path(@site, post)
|
||||
%td{class: post.get_front_matter(:dir)}= link_to post.title, site_post_path(@site, post)
|
||||
%td= post.date.strftime('%F')
|
||||
|
|
Loading…
Reference in a new issue