From aedddcbc394edd4708f7abe965294049784d0c45 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 14 Mar 2016 21:20:51 +0100 Subject: [PATCH] Fixed #16: Favicon could not be set through mkdocs.yml --- CHANGELOG | 4 ++++ material/base.html | 6 +++--- src/base.html | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 95881f06a..96b88ea08 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +mkdocs-material-0.x.x (2016-xx-xx) + + * Fixed #16: Favicon could not be set through mkdocs.yml + mkdocs-material-0.2.1 (2016-03-12) * Fixed #10: Invisible header after closing search bar with ESC key diff --git a/material/base.html b/material/base.html index 7897f1586..2e9b40e96 100644 --- a/material/base.html +++ b/material/base.html @@ -34,9 +34,9 @@ {% if config.extra.logo %} {% endif %} - {% set icon = icon | default("assets/images/favicon-e565ddfa3b.ico") %} - - + {% set favicon = favicon | default("assets/images/favicon-e565ddfa3b.ico") %} + +