mirror of
https://github.com/danog/sass-site.git
synced 2024-12-02 17:38:26 +01:00
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
<footer
|
|
class="site-footer contentinfo"
|
|
itemtype="https://schema.org/WPFooter"
|
|
itemscope="itemscope"
|
|
role="contentinfo">
|
|
<div class="sl-l-container">
|
|
<div class="sl-l-grid sl-l-grid--full sl-l-large-grid--fit sl-l-large-grid--center sl-l-large-grid--gutters">
|
|
<div class="sl-l-grid__column">
|
|
{% markdown %}
|
|
Sass © 2006–{{ 'now' | date: '%Y' }} the Sass team, and numerous contributors.
|
|
It is available for use and modification under the [MIT License](https://github.com/sass/dart-sass/blob/main/LICENSE).
|
|
{% endmarkdown %}
|
|
|
|
{% 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">
|
|
<div class="sl-c-footer-link-grid">
|
|
<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
|
|
alt="Powered by MacStadium"
|
|
class="mac-stadium-icon"
|
|
src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|