From 1fdc92ae29572a0e06f949ed6622e911c8200d76 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 5 Mar 2020 19:16:25 +0100 Subject: [PATCH] Prepare 5.0.0b3 release --- material/base.html | 6 +++--- package.json | 2 +- src/base.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/material/base.html b/material/base.html index 34340f8cd..14ef20f46 100644 --- a/material/base.html +++ b/material/base.html @@ -30,7 +30,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page and page.meta and page.meta.title %} @@ -68,8 +68,8 @@ {% if config.extra.manifest %} {% endif %} - {% for file in config["extra_css"] %} - + {% for path in config["extra_css"] %} + {% endfor %} {% block analytics %} {% if config.google_analytics %} diff --git a/package.json b/package.json index 488261dc0..86ccf875c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "5.0.0b2-1", + "version": "5.0.0b3", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs", diff --git a/src/base.html b/src/base.html index 2e37a8173..12950265b 100644 --- a/src/base.html +++ b/src/base.html @@ -152,8 +152,8 @@ {% endif %} - {% for file in config["extra_css"] %} - + {% for path in config["extra_css"] %} + {% endfor %}