From f03a4bc565d6893e5420c5f4d84b39726ec34add Mon Sep 17 00:00:00 2001 From: Sourabh Shirhatti Date: Wed, 9 Mar 2016 10:25:25 -0800 Subject: [PATCH] Add license --- common/_templates/footer.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common/_templates/footer.html diff --git a/common/_templates/footer.html b/common/_templates/footer.html new file mode 100644 index 0000000000..44123deafd --- /dev/null +++ b/common/_templates/footer.html @@ -0,0 +1,5 @@ +{% extends "!footer.html" %} + +{%- block extrafooter %} + Documentation licensed under CC BY-NC 3.0. +{% endblock %}