diff options
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> |