An attempt at getting image data back
This commit is contained in:
14
spider-cam/libcamera/Documentation/theme/footer.html
Normal file
14
spider-cam/libcamera/Documentation/theme/footer.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{#
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
#}
|
||||
<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>
|
||||
Reference in New Issue
Block a user