forked from ev3dev/ev3dev.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-footer.html
More file actions
27 lines (27 loc) · 1.12 KB
/
page-footer.html
File metadata and controls
27 lines (27 loc) · 1.12 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
<div id="footer">
{% unless page.no-footer %}
<div class="cclicense">
{% if page.categories contains "projects" %}
The contents of this page are property of the author(s) listed above.
<br />
Please contact the author(s) before reusing any content on this page.
{% else %}
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">
www.ev3dev.org (with the exception of the projects pages)
</span>
is licensed under
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by-sa/4.0/80x15.png" />
</a>.
<br />
You are free to copy the text and images, but please be courteous and acknowledge the source.
{% endif %}
</div>
{% endunless %}
<br />
<div class="container">
<span>
LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this site
</span>
</div>
</div>