2013-10-09 12:30:53 +02:00
|
|
|
- unless data.page.hide_contentinfo
|
|
|
|
%footer.contentinfo(role="contentinfo")
|
|
|
|
%nav.container
|
|
|
|
%ul
|
|
|
|
%li.contentinfo-legal
|
|
|
|
:markdown
|
2018-01-07 20:02:17 +01:00
|
|
|
Sass © 2006–2018
|
2017-08-30 21:40:52 +02:00
|
|
|
[Hampton Catlin](http://www.hamptoncatlin.com/),
|
2014-07-18 23:00:42 +02:00
|
|
|
[Natalie Weizenbaum](http://nex-3.com/),
|
2013-10-12 17:51:13 +02:00
|
|
|
[Chris Eppstein](http://chriseppstein.github.io/),
|
2013-10-09 12:30:53 +02:00
|
|
|
and numerous contributors.
|
|
|
|
|
|
|
|
It is available for use and modification under the
|
|
|
|
[MIT License](http://sass-lang.com/docs/yardoc/file.MIT-LICENSE.html).
|
|
|
|
|
|
|
|
%li.contentinfo-tools
|
|
|
|
%ul
|
2015-11-13 20:35:28 +01:00
|
|
|
%li= link_to "Sass on GitHub", "https://github.com/sass"
|
2014-08-26 03:13:07 +02:00
|
|
|
%li= link_to "Website Repo", "https://github.com/sass/sass-site"
|
|
|
|
%li= link_to "Style Guide", "/styleguide"
|
|
|
|
%li= link_to "Community Guidelines", "/community-guidelines"
|
2013-10-09 12:30:53 +02:00
|
|
|
|
|
|
|
%li.contentinfo-social
|
2015-04-02 01:51:37 +02:00
|
|
|
%a.twitter-follow-button(href="https://twitter.com/SassCSS" data-show-count="false" data-size="large") Follow @SassCSS
|
2013-10-09 12:30:53 +02:00
|
|
|
:javascript
|
2013-11-11 12:34:27 +01:00
|
|
|
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
|