From e889a3bfc4732ac4312e1442849da9d22a3b49ee Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 24 May 2018 15:11:11 +0200 Subject: doc: Change copyright to license This changes the copyright to the CC-4 license. --- doc/_templates/footer.html | 6 ++++++ doc/_templates/layout.html | 1 + 2 files changed, 7 insertions(+) create mode 100644 doc/_templates/footer.html (limited to 'doc/_templates') 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 %} + +{% endblock %} diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 3e44f4a..7bb0fc6 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -1,4 +1,5 @@ {% extends "!layout.html" %} + {% block extrahead %} {% endblock %} -- cgit v1.2.3