From eea7e43f93eef6f091cafe77f7305d94e732a61a Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 25 May 2020 01:27:21 +0100 Subject: [PATCH] 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