1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Prepare 5.0.0b3 release

This commit is contained in:
squidfunk 2020-03-05 19:16:25 +01:00
parent 081d540127
commit 1fdc92ae29
3 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@
<meta name="author" content="{{ config.site_author }}">
{% endif %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.0.0b2-1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.0.0b3">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
@ -68,8 +68,8 @@
{% if config.extra.manifest %}
<link rel="manifest" href="{{ config.extra.manifest | url }}" crossorigin="use-credentials">
{% endif %}
{% for file in config["extra_css"] %}
<link rel="stylesheet" href="{{ file | url }}">
{% for path in config["extra_css"] %}
<link rel="stylesheet" href="{{ path | url }}">
{% endfor %}
{% block analytics %}
{% if config.google_analytics %}

View File

@ -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",

View File

@ -152,8 +152,8 @@
{% endif %}
<!-- Custom stylesheets, might contain media query after URL -->
{% for file in config["extra_css"] %}
<link rel="stylesheet" href="{{ file | url }}" />
{% for path in config["extra_css"] %}
<link rel="stylesheet" href="{{ path | url }}" />
{% endfor %}
<!-- Analytics -->