summaryrefslogtreecommitdiff
path: root/Documentation/theme/footer.html
diff options
context:
space:
mode:
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>