From f5093c0f76c18ee9e4e7fa42e1c1b4ef8e52cc48 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 25 May 2020 20:26:12 +0200 Subject: [PATCH] remove underscore replacement --- ansibledoctor/templates/hugo-book/_toc.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansibledoctor/templates/hugo-book/_toc.j2 b/ansibledoctor/templates/hugo-book/_toc.j2 index d0eaee9..152f1e8 100644 --- a/ansibledoctor/templates/hugo-book/_toc.j2 +++ b/ansibledoctor/templates/hugo-book/_toc.j2 @@ -2,7 +2,7 @@ {% if var %} * [Default Variables](#default-variables) {% for key, item in var | dictsort %} - * [{{ key }}](#{{ key | replace("_", "-") }}) + * [{{ key }}](#{{ key }}) {% endfor %} {% endif %} * [Dependencies](#dependencies)