From 639ec4b5cc332b3cd0c72a27bb1efab06c89f386 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 16 Feb 2019 13:58:12 -0300 Subject: [PATCH] mostrar el titulo del sitio --- app/views/posts/index.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/index.haml b/app/views/posts/index.haml index 77803d0..b511e7b 100644 --- a/app/views/posts/index.haml +++ b/app/views/posts/index.haml @@ -5,7 +5,7 @@ = render 'layouts/help', help: t('help.breadcrumbs') .row .col - %h1= @site.name_with_i18n(@lang) + %h1= @site.config.fetch('title', @site.name_with_i18n(@lang)) .row .col