mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-07 02:24:08 +00:00
fix permalink character
This commit is contained in:
@@ -34,3 +34,8 @@ th {
|
|||||||
.md-footer__inner {
|
.md-footer__inner {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headerlink {
|
||||||
|
filter: grayscale(100%);
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user