mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 15:29:19 +03:00
c48f06702c
closes https://github.com/TryGhost/Ghost/issues/8270 - add `.jpeg` to the list of asset extensions that get fingerprinted - remove the use of the `{{gh-path "asset" ...}}` helper - since switching to hash-location URLs all assets can now be referenced relatively and removing usage of the helper prevents it getting in the way of ember-cli's asset fingerprinting/rewriting mechanism
45 lines
2.2 KiB
Handlebars
45 lines
2.2 KiB
Handlebars
<section class="gh-view js-settings-content">
|
||
<header class="view-header">
|
||
{{#gh-view-title openMobileMenu="openMobileMenu"}}<span>About Ghost</span>{{/gh-view-title}}
|
||
</header>
|
||
<section class="view-content">
|
||
<header class="gh-about-header">
|
||
<img class="gh-logo" src="assets/img/ghost-logo.png" alt="Ghost" />
|
||
</header>
|
||
|
||
{{gh-upgrade-notification}}
|
||
|
||
<section class="gh-env-details">
|
||
<ul class="gh-env-list">
|
||
<li class="gh-env-list-version"><strong>Version</strong> {{model.version}}</li>
|
||
<li><strong>Environment</strong> {{model.environment}}</li>
|
||
<li class="gh-env-list-database-type"><strong>Database</strong> {{model.database}}</li>
|
||
<li><strong>Mail</strong> {{#if model.mail}}{{model.mail}}{{else}}Native{{/if}}</li>
|
||
</ul>
|
||
<div class="gh-env-help">
|
||
<a class="gh-btn" href="http://support.ghost.org" target="_blank"><span>User Documentation</span></a>
|
||
<a class="gh-btn" href="https://ghost.org/slack/" target="_blank"><span>Get Help With Ghost</span></a>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="gh-credits">
|
||
<h2>The People Who Made it Possible</h2>
|
||
|
||
<section class="gh-contributors">
|
||
{{partial "contributors"}}
|
||
</section>
|
||
|
||
<p>Ghost is built by an incredible group of contributors from all over the world. Here are just a few of the people who helped create the version you’re using right now.</p>
|
||
|
||
<a class="gh-btn gh-btn-blue" href="https://ghost.org/about/contribute/" target="_blank"><span>Find out how you can get involved</span></a>
|
||
|
||
</section>
|
||
|
||
<footer class="gh-copyright-info">
|
||
Copyright 2013 – {{copyrightYear}} Ghost Foundation Ltd, released under the <a href="https://github.com/TryGhost/Ghost/blob/master/LICENSE" target="_blank">MIT license</a>.
|
||
<br>
|
||
<a href="https://ghost.org/" target="_blank">Ghost</a> is a registered trademark of <a href="https://ghost.org/trademark/" target="_blank">Ghost Foundation Ltd</a>.
|
||
</footer>
|
||
</section>
|
||
</section>
|