feat: Modifie le nom des liens
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
{{ range sort $pages "Params.weight" }}
|
||||
{{ if .Title }}
|
||||
<li>
|
||||
<a class="navigation-lien" href="#ancre_{{ .File.BaseFileName }}">{{ .Title }}</a>
|
||||
<a class="navigation-lien" href="#_{{ .File.BaseFileName }}">{{ .Title }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user