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 %}