forked from Polymer/old-docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
24 lines (21 loc) · 1.5 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<footer>
<div>
<div class="links">
<a href="/docs/start/getting-the-code.html"><paper-button icon="archive" label="Get {{site.project_title}}" raisedButton></paper-button></a>
<a href="http://plus.google.com/107187849809354688692/"><paper-button icon="social:post-gplus" label="+{{site.project_title}}"></paper-button></a>
<a href="https://twitter.com/intent/follow?screen_name=polymer" data-twitter-follow title="Follow @polymer on Twitter"><paper-button icon="social:post-twitter" label="@polymer"></paper-button></a>
<a href="https://github.com/polymer"><paper-button class="github" icon="social:post-github" label="/{{site.project_title}}"></paper-button></a>
<a href="https://github.com/Polymer/polymer/issues/new"><paper-button icon="bug-report" label="File a bug"></paper-button></a>
</div>
<p id="copyright">© 2014 {{site.project_title}} Authors. Code licensed under the <a href="http://polymer.github.io/LICENSE.txt" target="_blank">BSD License</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p>
</div>
</footer>
{% for js in page.js %}
<script {% if js.defer %}defer{% endif %} src="{{js.src}}"></script>
{% endfor %}
<script>var POLYMER_VERSION = '{{site.latest_version}}';</script>
{% if page.layout != 'home' %}
<script src="/js/prettify/prettify.js"></script>
{% endif %}
<!-- <script src="/js/bower_components/smoothscroll/smoothscroll.js"></script> -->
<script src="/js/app.js"></script>