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