From 2499947c60879ed1ad1c92ccc01f71c073f36bf7 Mon Sep 17 00:00:00 2001 From: "Tobenna P. Igwe" Date: Mon, 10 Apr 2017 04:51:13 +0100 Subject: [PATCH] Add support for CC licenses Added support for creative commons licenses using cc-tools. https://github.com/hlapp/cc-tools --- .gitmodules | 3 +++ templates/cc-tools | 1 + templates/footer.html | 8 +++++++- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 templates/cc-tools diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..df014c5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "templates/cc-tools"] + path = templates/cc-tools + url = https://github.com/hlapp/cc-tools diff --git a/templates/cc-tools b/templates/cc-tools new file mode 160000 index 0000000..f3e13c0 --- /dev/null +++ b/templates/cc-tools @@ -0,0 +1 @@ +Subproject commit f3e13c0884f18fcc48bcfafe6ffccac335beb253 diff --git a/templates/footer.html b/templates/footer.html index b0a7065..3606cb9 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,4 +1,10 @@