mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +03:00
5534678f02
closes https://github.com/TryGhost/Ghost/issues/8321 - adds `gh-download-count` component that uses ember-concurrency to poll the count endpoint - removes the no-longer-needed `setup/one` route as ember-concurrency now handles the setInterval bookkeeping for us
13 lines
512 B
Handlebars
13 lines
512 B
Handlebars
<header>
|
||
<h1>Welcome to <strong>Ghost</strong>!</h1>
|
||
<p>All over the world, people have started <em>{{gh-download-count}}</em> incredible blogs 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>
|
||
|
||
{{#link-to "setup.two" classNames="gh-btn gh-btn-green gh-btn-lg gh-btn-icon gh-btn-icon-right"}}
|
||
<span>Create your account {{inline-svg "arrow-right-small"}}</span>
|
||
{{/link-to}}
|