Prepare 8.1.5 release

This commit is contained in:
squidfunk
2022-01-09 14:48:24 +01:00
parent e063108ea4
commit d5fb8f1770
7 changed files with 18 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.4">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.5">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
@@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.eab66a73.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.ee0f47ba.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">