fix permalink character

This commit is contained in:
Sarah Hoffmann 2024-08-29 22:23:52 +02:00
parent 3e6be0b0be
commit 157c3cccd1
2 changed files with 6 additions and 1 deletions

View File

@ -34,3 +34,8 @@ th {
.md-footer__inner { .md-footer__inner {
display: none; display: none;
} }
.headerlink {
filter: grayscale(100%);
font-size: 80%;
}

View File

@ -68,7 +68,7 @@ markdown_extensions:
alternate_style: true alternate_style: true
- def_list - def_list
- toc: - toc:
permalink: permalink: 🔗
extra_css: [extra.css, styles.css] extra_css: [extra.css, styles.css]
exclude_docs: | exclude_docs: |
mk_install_instructions.py mk_install_instructions.py