mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 05:31:42 +00:00
mostrar el titulo del sitio
This commit is contained in:
parent
363a80b085
commit
639ec4b5cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue