diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-12-12 02:48:59 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-01-11 15:26:25 +0200 |
commit | 68ea206456ba7357c258e5aa0d5f6941bac81c2c (patch) | |
tree | efbda8e26623a39c285acbe256278fd9e2969bfd /Documentation/theme/footer.html | |
parent | 824ed85553cf65ba879b03e326c8647619d7ede1 (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.html | 11 |
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 %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %} + {%- else %} + {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} + {%- endif %} + {%- endif %} + </div> +</footer> |