diff --git a/material/base.html b/material/base.html index cd135ac06..8ea591b41 100644 --- a/material/base.html +++ b/material/base.html @@ -74,6 +74,9 @@ {% endif %} {% endblock %} + {% if config.extra.manifest %} + + {% endif %} {% for path in config["extra_css"] %} {% endfor %} diff --git a/src/base.html b/src/base.html index 529620935..07e67179f 100644 --- a/src/base.html +++ b/src/base.html @@ -150,6 +150,11 @@ + + {% if config.extra.manifest %} + + {% endif %} + {% for path in config["extra_css"] %}