-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathfooter.html
More file actions
38 lines (33 loc) · 1.46 KB
/
footer.html
File metadata and controls
38 lines (33 loc) · 1.46 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<footer class="site-footer clearfix">
<nav>
<a href="/about/">{{ site.data.locale[site.locale].footer.about }}</a>
<a href="/terms-of-service/">{{ site.data.locale[site.locale].footer.table_of_contents }}</a>
<a href="{% github_edit_link %}">{{ site.data.locale[site.locale].footer.help_improve }}</a>
</nav>
<p>
{{ site.data.locale[site.locale].footer.licenses }}
</p>
<div class="with-love">
{{ site.data.locale[site.locale].footer.with_love }}
</div>
</footer>
</div> <!-- /container -->
{% if page.collection == "licenses" or page.class == "license-types" %}
<script src="/assets/vendor/jquery/jquery.min.js"></script>
<script src="/assets/vendor/qtip2/jquery.qtip.min.js"></script>
<script src="/assets/vendor/clipboard/dist/clipboard.min.js"></script>
<script>
window.annotations = {{ site.data.rules | jsonify }};
</script>
<script src="/assets/js/app.js"></script>
{% endif %}
<script>
!function(L,I,C,e,N,S,E){L.GoogleAnalyticsObject=N,L[N]=L[N]||function(){
(L[N].q=L[N].q||[]).push(arguments)},L[N].l=+new Date,S=I.createElement(C),
E=I.getElementsByTagName(C)[0],S.src=e,E.parentNode.insertBefore(S,E)
}(window,document,"script","//www.google-analytics.com/analytics.js","ga");
ga('create', 'UA-3769691-24', 'choosealicense.com');
ga('send', 'pageview');
</script>
</body>
</html>