From eea7e43f93eef6f091cafe77f7305d94e732a61a Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 25 May 2020 01:27:21 +0100 Subject: [PATCH 1/4] Add overrides directory and include netlify deploy badge in footer Signed-off-by: Adam Warner --- mkdocs.yml | 1 + overrides/partials/footer.html | 59 ++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 overrides/partials/footer.html diff --git a/mkdocs.yml b/mkdocs.yml index 722cb52..8289fa1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,6 +6,7 @@ copyright: 'Copyright © 2020 Pi-hole LLC' remote_branch: gh-pages theme: name: 'material' + custom_dir: overrides # icon: # repo: fontawesome/brands/github-alt favicon: 'images/favicon.ico' diff --git a/overrides/partials/footer.html b/overrides/partials/footer.html new file mode 100644 index 0000000..2751945 --- /dev/null +++ b/overrides/partials/footer.html @@ -0,0 +1,59 @@ +{% import "partials/language.html" as lang with context %} + \ No newline at end of file From f91ee8c7c5fb176f4cd0241f6fabb56f6ba95b53 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 25 May 2020 01:45:16 +0100 Subject: [PATCH 2/4] Update overrides/partials/footer.html Co-authored-by: Dan Schaper --- overrides/partials/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overrides/partials/footer.html b/overrides/partials/footer.html index 2751945..dd4036f 100644 --- a/overrides/partials/footer.html +++ b/overrides/partials/footer.html @@ -49,11 +49,11 @@ Material for MkDocs
- + This site is powered by Netlify {% include "partials/social.html" %} - \ No newline at end of file + From 1e25dbfaba389c5c5240120ccdbc4edd77d1894c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 25 May 2020 11:15:20 +0300 Subject: [PATCH 3/4] Update footer.html --- overrides/partials/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overrides/partials/footer.html b/overrides/partials/footer.html index dd4036f..85f5cb6 100644 --- a/overrides/partials/footer.html +++ b/overrides/partials/footer.html @@ -49,8 +49,8 @@ Material for MkDocs
- - This site is powered by Netlify + + This site is powered by Netlify {% include "partials/social.html" %} From 594813bad8c3b1feaa363f175c7fe1db94e0603e Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 25 May 2020 13:49:18 +0100 Subject: [PATCH 4/4] Revert "Update footer.html" --- overrides/partials/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overrides/partials/footer.html b/overrides/partials/footer.html index 85f5cb6..dd4036f 100644 --- a/overrides/partials/footer.html +++ b/overrides/partials/footer.html @@ -49,8 +49,8 @@ Material for MkDocs
- - This site is powered by Netlify + + This site is powered by Netlify {% include "partials/social.html" %}