2017-05-30 16:23:38 +03:00
|
|
|
<section class="gh-canvas">
|
|
|
|
<header class="gh-canvas-header">
|
|
|
|
<h2 class="gh-canvas-title" data-test-screen-title>
|
|
|
|
{{#link-to "settings.apps.index"}}Apps{{/link-to}}
|
|
|
|
<span>{{inline-svg "arrow-right"}}</span>
|
|
|
|
AMP
|
|
|
|
</h2>
|
|
|
|
<section class="view-actions">
|
|
|
|
{{gh-task-button task=save class="gh-btn gh-btn-blue gh-btn-icon" data-test-save-button=true}}
|
|
|
|
</section>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<section class="view-container">
|
|
|
|
<br>
|
2017-01-20 12:33:54 +03:00
|
|
|
<section class="app-grid">
|
|
|
|
<div class="app-cell">
|
2017-04-05 16:08:15 +03:00
|
|
|
<img class="app-icon" src="assets/img/ampicon.png" />
|
2017-01-20 12:33:54 +03:00
|
|
|
</div>
|
|
|
|
<div class="app-cell">
|
|
|
|
<h3>AMP</h3>
|
|
|
|
<p>Accelerated Mobile Pages</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2017-05-30 16:23:38 +03:00
|
|
|
<div class="gh-setting-header">AMP configuration</div>
|
|
|
|
<div class="gh-setting">
|
|
|
|
<div class="gh-setting-content">
|
|
|
|
<div class="gh-setting-title">Enable AMP</div>
|
|
|
|
<div class="gh-setting-desc">Enable <a href="https://ampproject.org" target="_blank">Google Accelerated Mobile Pages</a> for your posts</div>
|
|
|
|
</div>
|
|
|
|
<div class="gh-setting-action">
|
|
|
|
<div class="for-checkbox">
|
|
|
|
<label for="amp" class="checkbox">
|
|
|
|
{{one-way-checkbox model id="amp" name="amp" type="checkbox" update=(action "update") data-test-amp-checkbox=true}}
|
|
|
|
<span class="input-toggle-component"></span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-01-20 12:33:54 +03:00
|
|
|
</section>
|
|
|
|
</section>
|