summaryrefslogtreecommitdiffstats
path: root/documentation/_templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/_templates/footer.html')
-rw-r--r--documentation/_templates/footer.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/_templates/footer.html b/documentation/_templates/footer.html
new file mode 100644
index 0000000000..508129ede4
--- /dev/null
+++ b/documentation/_templates/footer.html
@@ -0,0 +1,12 @@
1<footer>
2 <hr/>
3 <div role="contentinfo">
4 <p> A Linux Foundation Collaborative Project.
5 <br> All Rights Reserved. Linux Foundation&reg; and Yocto Project&reg; are registered trademarks of the Linux Foundation.
6 <br>Linux&reg; is a registered trademark of Linus Torvalds.
7 <br>&copy; Copyright {{ copyright }}
8 <br>Last updated on {{ last_updated }}
9 </p>
10 </div>
11</footer>
12