summaryrefslogtreecommitdiff
path: root/Documentation/theme/footer.html
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-12-12 02:48:59 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-01-11 15:26:25 +0200
commit68ea206456ba7357c258e5aa0d5f6941bac81c2c (patch)
treeefbda8e26623a39c285acbe256278fd9e2969bfd /Documentation/theme/footer.html
parent824ed85553cf65ba879b03e326c8647619d7ede1 (diff)
Documentation: Add custom theme
The theme replicates the look and feel of the libcamera.org website. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation/theme/footer.html')
-rw-r--r--Documentation/theme/footer.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/theme/footer.html b/Documentation/theme/footer.html
new file mode 100644
index 00000000..e63e9fb3
--- /dev/null
+++ b/Documentation/theme/footer.html
@@ -0,0 +1,11 @@
+<footer>
+ <div id="signature">
+ {%- if show_copyright %}
+ {%- if hasdoc('copyright') %}
+ {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
+ {%- else %}
+ {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
+ {%- endif %}
+ {%- endif %}
+ </div>
+</footer>