1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-02-19 19:42:24 +01:00

Updated distribution files

This commit is contained in:
squidfunk 2023-09-23 09:32:20 +02:00
parent 8e019d23b6
commit e6f9b0fc34
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
8 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.72749a73.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/main.c3e96a69.min.css' | url }}">
{% if config.theme.palette %} {% if config.theme.palette %}
{% set palette = config.theme.palette %} {% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.a5377069.min.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/palette.a5377069.min.css' | url }}">
@ -250,7 +250,7 @@
</script> </script>
{% endblock %} {% endblock %}
{% block scripts %} {% block scripts %}
<script src="{{ 'assets/javascripts/bundle.4e0fa4ba.min.js' | url }}"></script> <script src="{{ 'assets/javascripts/bundle.18ee4812.min.js' | url }}"></script>
{% for script in config.extra_javascript %} {% for script in config.extra_javascript %}
{{ script | script_tag }} {{ script | script_tag }}
{% endfor %} {% endfor %}

View File

@ -78,7 +78,7 @@
{{ render_content(index, nav_item) }} {{ render_content(index, nav_item) }}
</a> </a>
{% if nav_item.children | length > 1 %} {% if nav_item.children | length > 1 %}
<label class="md-nav__link {{ class }}" for="{{ path }}"> <label class="md-nav__link {{ class }}" for="{{ path }}" id="{{ path }}_label" tabindex="0">
<span class="md-nav__icon md-icon"></span> <span class="md-nav__icon md-icon"></span>
</label> </label>
{% endif %} {% endif %}