summaryrefslogtreecommitdiff
path: root/Documentation/theme/footer.html
blob: 12939e8b7c1231379b02ea77a5478c3cdd4dc8dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
      {%- else %}
        {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
      {%- endif %}
    {%- endif %}
  </div>
</footer>