mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-25 06:10:43 +00:00
transform toc anchors to get it working with hugo
This commit is contained in:
parent
7f03e0c284
commit
5da5539254
@ -2,7 +2,7 @@
|
|||||||
{% if var %}
|
{% if var %}
|
||||||
* [Default Variables](#default-variables)
|
* [Default Variables](#default-variables)
|
||||||
{% for key, item in var | dictsort %}
|
{% for key, item in var | dictsort %}
|
||||||
* [{{ key }}](#{{ key }})
|
* [{{ key }}](#{{ key | replace("_", "-") }})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
* [Dependencies](#dependencies)
|
* [Dependencies](#dependencies)
|
||||||
|
Loading…
Reference in New Issue
Block a user