Skip to content

Commit

Permalink
ADD: footer.html: Extend RTD footer with COPYING message
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-miller committed Dec 24, 2019
1 parent fd72885 commit a5f9fc7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends '!footer.html' %}
{% block extrafooter %}
<br /><br />
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" />
</a>
<br />
This work is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
Creative Commons Attribution 4.0 International License
</a>.
{% endblock %}

0 comments on commit a5f9fc7

Please sign in to comment.