From 96dc478970b2d282233ce1094ff0306f0bb81509 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 23 Mar 2020 10:50:03 +0100 Subject: [PATCH] Added lighter theme notice in footer --- material/partials/footer.html | 6 +----- material/partials/header.html | 4 ++++ src/partials/footer.html | 9 +-------- src/partials/header.html | 18 ++++++++++-------- 4 files changed, 16 insertions(+), 21 deletions(-) diff --git a/material/partials/footer.html b/material/partials/footer.html index 6ad9de799..50a2520da 100644 --- a/material/partials/footer.html +++ b/material/partials/footer.html @@ -47,11 +47,7 @@ {{ config.copyright }} {% endif %} - powered by - - MkDocs - - and + made with Material for MkDocs diff --git a/material/partials/header.html b/material/partials/header.html index 4f1eb1ecf..25d5553d7 100644 --- a/material/partials/header.html +++ b/material/partials/header.html @@ -32,6 +32,10 @@ {% endif %} + + {% include "partials/more.html" %} {% if "search" in config["plugins"] %}