2019-07-02 08:10:25 +01:00
|
|
|
- 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
|
2020-03-12 15:49:16 +00:00
|
|
|
%img(src='/legacy/gab_logo.svg' alt='Gab Social')
|
2020-07-21 17:25:54 +01:00
|
|
|
%h1.brand__tagline=t 'about.tagline'
|
2019-07-02 08:10:25 +01:00
|
|
|
|
|
|
|
.landing-columns--right
|
|
|
|
.box-widget
|
|
|
|
= render 'registration'
|