mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
Merge branch 'browser-code-editor' of https://github.com/oddbird/sass-site into browser-code-editor
This commit is contained in:
commit
339471d3aa
@ -14,24 +14,17 @@
|
||||
{% renderFile 'source/_includes/footer_nav.md' %}
|
||||
</div>
|
||||
<div class="sl-l-grid__column sl-l-large-grid__column--auto-size sl-l-large-grid--justify-right">
|
||||
{% if is_playground %}
|
||||
<div class="sl-c-footer-link-grid">
|
||||
{% endif %}
|
||||
<a
|
||||
<a
|
||||
class="twitter-follow-button"
|
||||
href="https://twitter.com/SassCSS"
|
||||
data-show-count="false"
|
||||
data-size="large">Follow @SassCSS</a>
|
||||
<a
|
||||
class="sl-image-link"
|
||||
href="https://www.macstadium.com/">
|
||||
<img
|
||||
<a href="https://www.macstadium.com/"><img
|
||||
alt="Powered by MacStadium"
|
||||
class="mac-stadium-icon"
|
||||
src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png"></a>
|
||||
{% if is_playground %}
|
||||
</div><!-- footer-link-grid -->
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -25,5 +25,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
</header>
|
||||
|
@ -110,9 +110,7 @@
|
||||
{% endif %}
|
||||
</main>
|
||||
|
||||
{% typogr %}
|
||||
{% render 'footer', is_playground: is_playground %}
|
||||
{% endtypogr %}
|
||||
{% typogr %}{% render 'footer' %}{% endtypogr %}
|
||||
|
||||
{% unless is_playground %}
|
||||
<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@alpha"></script>
|
||||
|
@ -21,8 +21,7 @@ is_playground: true
|
||||
data-tabbar="item"
|
||||
class="sl-c-button sl-c-button--tab"
|
||||
data-setting="inputFormat">Sass</button>
|
||||
<span data-tabbar="item" class="sl-c-playground__tabbar-title tabbar-title sl-c-playground__tabbar-version">
|
||||
</span>
|
||||
<span data-tabbar="item" class="sl-c-playground__tabbar-title tabbar-title sl-c-playground__tabbar-version"></span>
|
||||
</div>
|
||||
<div class="sl-c-playground__panel-content sl-code-is-precompiled"></div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user