diff options
Diffstat (limited to 'doc/_templates/footer.html')
-rw-r--r-- | doc/_templates/footer.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/_templates/footer.html b/doc/_templates/footer.html new file mode 100644 index 0000000..dc40fbf --- /dev/null +++ b/doc/_templates/footer.html @@ -0,0 +1,6 @@ +{% block extrafooter %} + <div class="footer" role="contentinfo"> + <hr/> + <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/88x31.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>. + </div> +{% endblock %} |