forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
33 lines (25 loc) · 1.03 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
25
26
27
28
29
30
31
32
33
</div>
<!-- /.main-container -->
</div>
<!-- /#gl-wrapper -->
<!-- footer-->
<div id="footer">
<div class="container">
<div class="copyright-links">
<ul class="nav">
<li><a href="{{page.baseurl}}contributor-guide/contributing_docs.html">Become a Contributor</a>
<li><a href="https://magento.github.io/glossary/index.html?audience=developer">Glossary</a></li>
<li><a href="http://magento.com/legal/terms/privacy/">Privacy Policy</a></li>
<li><a href="http://magento.com/legal/terms/">Terms of Service</a></li>
<li><a href="http://magento.com/legal/licensing/">License/Trademark FAQ</a></li>
<li><a href="{{page.baseurl}}release-notes/bk-release-notes.html">Release Notes</a></li>
<li><a href="{{site.baseurl}}magento-third-party.html">Third-Party Licenses</a></li>
</ul>
</div>
<div class="copyright-date">© {{ site.time | date: '%Y' }} Magento. All rights reserved.</div>
</div>
</div>
<!-- / #footer -->
{% include footer-scripts.html %}
</body>
</html>