diff --git a/material/partials/header.html b/material/partials/header.html index f545e3fb9..e631fd5f1 100644 --- a/material/partials/header.html +++ b/material/partials/header.html @@ -3,7 +3,11 @@
- layers + {% if config.extra.logo %} + + {% else %} + school + {% endif %}
diff --git a/material/partials/source.html b/material/partials/source.html index 46d2c6728..0e66638d9 100644 --- a/material/partials/source.html +++ b/material/partials/source.html @@ -11,7 +11,7 @@ {% if repo_type %} - + {% endif %}
diff --git a/src/partials/header.html b/src/partials/header.html index 82e5f24ef..b874153cc 100644 --- a/src/partials/header.html +++ b/src/partials/header.html @@ -31,7 +31,12 @@ diff --git a/src/partials/source.html b/src/partials/source.html index c2194ba35..2eda48b98 100644 --- a/src/partials/source.html +++ b/src/partials/source.html @@ -40,7 +40,7 @@ data-md-source="{{ repo_type }}"> {% if repo_type %} - {% endif %}