mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
3ad2115b40
refs #5315 - split setup into 3 screens - add gravatar fetching - add download counter - add button handling for invite users
12 lines
508 B
Handlebars
12 lines
508 B
Handlebars
<section class="gh-flow-content">
|
||
<header>
|
||
<h1>Welcome to <strong>Ghost</strong>!</h1>
|
||
<p>So far there have been <em>{{count}}</em> Ghost blogs made by people all over the world. Today we’re making yours.</p>
|
||
</header>
|
||
|
||
<img class="gh-flow-screenshot" src="{{gh-path 'admin' 'img/install-welcome.png'}}" alt="Ghost screenshot" />
|
||
|
||
{{#link-to "setup.two" classNames="btn btn-green btn-lg"}}
|
||
Create your account <i class="icon-chevron"></i>
|
||
{{/link-to}}
|
||
</section> |