summaryrefslogtreecommitdiff
path: root/Documentation/theme/footer.html
blob: e63e9fb31099ea04adda2694d966771efddd39a0 (plain)
1
2
3
4
5
6
7
8
9
10
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>