From 599fdf9c5f72c135fdb9a290d433339586187f2e Mon Sep 17 00:00:00 2001 From: EdouardThiel <61007915+EdouardThiel@users.noreply.github.com> Date: Sat, 10 Apr 2021 11:01:22 +0200 Subject: [PATCH] Updated extracopyright in footer (fixes issue 2508) (#2509) Replace the extracopyright block,which doesnt' work, by a variable `{{ extracopyright }}` that can be set e.g from `overrides/main.html` with `{% set extracopyright %} ... {% set %}`; see issue [`#2508`](https://github.com/squidfunk/mkdocs-material/issues/2508) --- src/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partials/footer.html b/src/partials/footer.html index 276e04efe..8e1cf92d5 100644 --- a/src/partials/footer.html +++ b/src/partials/footer.html @@ -94,7 +94,7 @@ > Material for MkDocs - {% block extracopyright %}{% endblock %} + {{ extracopyright }}