5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 14:51:41 +00:00

usar la dirección desde el sitio

This commit is contained in:
f 2022-03-02 14:01:17 -03:00
parent b54a8280a5
commit 38c34f7b4f
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@
%div %div
%tbody %tbody
- dir = t("locales.#{@locale}.dir") - dir = @site.data.dig(params[:locale], 'dir')
- size = @posts.size - size = @posts.size
- @posts.each_with_index do |post, i| - @posts.each_with_index do |post, i|
-# -#

View file

@ -1,4 +1,4 @@
- dir = t("locales.#{@locale}.dir") - dir = @site.data.dig(params[:locale], 'dir')
.row.justify-content-center .row.justify-content-center
.col-md-8 .col-md-8
%article.content.table-responsive-md %article.content.table-responsive-md