Fix short description in about/more page (#4554)
This commit is contained in:
parent
81c41d8681
commit
dcbc1af38a
1 changed files with 3 additions and 4 deletions
|
@ -35,10 +35,9 @@
|
||||||
%i.fa.fa-external-link{ style: 'padding-left: 5px;' }
|
%i.fa.fa-external-link{ style: 'padding-left: 5px;' }
|
||||||
|
|
||||||
.container.hero
|
.container.hero
|
||||||
.about-short
|
.heading
|
||||||
.heading
|
%h3= t('about.description_headline', domain: site_hostname)
|
||||||
%h3= t('about.description_headline', domain: site_hostname)
|
%p= @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
|
||||||
%p= @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
|
|
||||||
|
|
||||||
.information-board
|
.information-board
|
||||||
.container
|
.container
|
||||||
|
|
Loading…
Reference in a new issue