diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 90e94a215..95ab98211 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -44,7 +44,7 @@
-
Code licensed under GPLv3; docs licensed under GPLv2. More details here.
+
Code licensed under AGPLv3; docs licensed under GPLv2. More details here.
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
index 054040c9d..093fc128d 100644
--- a/docs/_layouts/home.html
+++ b/docs/_layouts/home.html
@@ -25,6 +25,8 @@ layout: default
{{ page.linktext }}
+
+
{{page.photocredit}}
diff --git a/docs/css/creative.min.css b/docs/css/creative.min.css
index a41b4588b..bd83c6765 100755
--- a/docs/css/creative.min.css
+++ b/docs/css/creative.min.css
@@ -205,7 +205,7 @@ header.masthead p{font-weight:300}
/* Photo Credit */
.photo-credit {
-position:absolute;
+position: relative;
bottom:0;
}
@@ -320,13 +320,6 @@ padding: 10px 20px;
padding: 5px;
}
-/* TOC */
-.toc {
- background-color: #fff;
- margin: 0px 0;
- padding: 10px 0px;
-}
-
/* Gradients */
.gradient-dark {
background-color: #343a40;
diff --git a/docs/gemfile b/docs/gemfile
deleted file mode 100644
index 818cd8f50..000000000
--- a/docs/gemfile
+++ /dev/null
@@ -1,5 +0,0 @@
-source 'https://rubygems.org'
-
-gem 'kramdown', '>= 2.3.0'
-
-gem 'jekyll', '~> 4.1'