You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
587 B
15 lines
587 B
extends layouts/main-sidebar
|
|
block content
|
|
|
|
.sr-only
|
|
h1.uk-margin-remove= site.name
|
|
.uk-text-lead= site.description
|
|
|
|
.uk-margin
|
|
img(src=`/img/social-cards/${site.domainKey}.png`).responsive.uk-border-rounded
|
|
|
|
.uk-margin
|
|
div #{site.name} provides a landing page you configure with your links on it. Use it as a springboard into all your social media profiles, streaming channels, websites, podcasts, stores, blogs, and whatever else you can link to using a valid URL.
|
|
|
|
.uk-margin
|
|
a(href="/welcome").uk-button.dtp-button-primary.uk-display-block Get Started
|