mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 18:07:35 +01:00
24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
|
- unless data.page.hide_contentinfo
|
||
|
%footer.contentinfo(role="contentinfo")
|
||
|
%nav.container
|
||
|
%ul
|
||
|
%li.contentinfo-legal
|
||
|
:markdown
|
||
|
Sass © 2006–2013 [Hampton Catlin](#),
|
||
|
[Nathan Weizenbaum](#),
|
||
|
[Chris Eppstein](http://chriseppstein.github.io/),
|
||
|
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
|
||
|
%li= link_to "Style Guide", "/styleguide"
|
||
|
%li= link_to "Site Repo", "https://github.com/sass/sass.github.com"
|
||
|
|
||
|
%li.contentinfo-social
|
||
|
%a.twitter-follow-button(href="https://twitter.com/SassCSS" data-show-count="false" data-size="large") Follow @SassCSS
|
||
|
:javascript
|
||
|
!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');</script>
|