Skip to content
Snippets Groups Projects
Commit dcbc1af3 authored by Lynx Kotoura's avatar Lynx Kotoura Committed by Eugen Rochko
Browse files

Fix short description in about/more page (#4554)

parent 81c41d86
Branches develop
No related tags found
No related merge requests found
......@@ -35,10 +35,9 @@
%i.fa.fa-external-link{ style: 'padding-left: 5px;' }
.container.hero
.about-short
.heading
%h3= t('about.description_headline', domain: site_hostname)
%p= @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
.heading
%h3= t('about.description_headline', domain: site_hostname)
%p= @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
.information-board
.container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment