5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-26 15:36:08 +00:00

direccion de los titulos

This commit is contained in:
f 2018-02-10 17:21:50 -03:00
parent 67d1327532
commit a0a0598f83
No known key found for this signature in database
GPG key ID: F3FDAB97B5F9F7E7

View file

@ -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')