mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-29 01:02:42 -04:00
Added distribution files
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</span>
|
||||
</a>
|
||||
{% if toc_item.children %}
|
||||
<nav class="md-nav" aria-label="{{ toc_item.title | striptags }}">
|
||||
<nav class="md-nav" aria-label="{{ toc_item.title | striptags | e }}">
|
||||
<ul class="md-nav__list">
|
||||
{% for toc_item in toc_item.children %}
|
||||
{% include "partials/toc-item.html" %}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{% if config.mdx_configs.toc and config.mdx_configs.toc.title %}
|
||||
{% set title = config.mdx_configs.toc.title %}
|
||||
{% endif %}
|
||||
<nav class="md-nav md-nav--secondary" aria-label="{{ title }}">
|
||||
<nav class="md-nav md-nav--secondary" aria-label="{{ title | e }}">
|
||||
{% set toc = page.toc %}
|
||||
{% set first = toc | first %}
|
||||
{% if first and first.level == 1 %}
|
||||
|
||||
Reference in New Issue
Block a user