forked from Polymer/old-docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
24 lines (21 loc) · 1.59 KB
/
footer.html
File metadata and controls
24 lines (21 loc) · 1.59 KB
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 raised><core-icon icon="archive"></core-icon>Get {{site.project_title}}</paper-button></a>
<a href="http://plus.google.com/107187849809354688692/"><paper-button> <core-icon icon="social:post-gplus"></core-icon>+{{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><core-icon icon="social:post-twitter"></core-icon>@polymer</paper-button></a>
<a href="https://github.com/polymer"><paper-button class="github"><core-icon icon="social:post-github"></core-icon>/{{site.project_title}}</paper-button></a>
<a href="https://github.com/Polymer/polymer/issues/new"><paper-button><core-icon icon="bug-report"></core-icon>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?{{site.time | date: '%Y%m%d'}}"></script>