summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/_templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/_templates/footer.html')
-rw-r--r--bitbake/doc/_templates/footer.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/bitbake/doc/_templates/footer.html b/bitbake/doc/_templates/footer.html
new file mode 100644
index 0000000000..1398f20d7e
--- /dev/null
+++ b/bitbake/doc/_templates/footer.html
@@ -0,0 +1,9 @@
+<footer>
+ <hr/>
+ <div role="contentinfo">
+ <p>&copy; Copyright {{ copyright }}
+ <br>Last updated on {{ last_updated }} from the <a href="https://git.openembedded.org/bitbake/">bitbake</a> git repository.
+ </p>
+ </div>
+</footer>
+