mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
1e77a4c915
no issue - the count.ghost.org service is being shut down - replaced the fetch+poll component with a hardcoded figure
13 lines
499 B
Handlebars
13 lines
499 B
Handlebars
<header>
|
||
<h1>Welcome to <strong>Ghost</strong>!</h1>
|
||
<p>All over the world, people have started <em>2,000,000+</em> incredible sites with Ghost. Today, we’re starting yours.</p>
|
||
</header>
|
||
|
||
<figure class="gh-flow-screenshot">
|
||
<img src="assets/img/install-welcome.png" alt="Ghost screenshot" />
|
||
</figure>
|
||
|
||
<LinkTo @route="setup.two" @classNames="gh-btn gh-btn-green gh-btn-lg gh-btn-icon gh-btn-icon-right">
|
||
<span>Create your account {{svg-jar "arrow-right-small"}}</span>
|
||
</LinkTo>
|