gab-social/app/views/about/show.html.haml

19 lines
466 B
Plaintext

- content_for :page_title do
= site_hostname
- content_for :header_tags do
%link{ rel: 'canonical', href: about_url }/
= render partial: 'shared/og'
.landing
.landing-columns
.landing-columns--left
.landing__brand
= link_to root_url, class: 'brand' do
%img(src='/legacy/gab_logo.svg' alt='Gab Social')
%span.brand__tagline=t 'about.tagline'
.landing-columns--right
.box-widget
= render 'registration'