feat: Suppression des warning Hugo

This commit is contained in:
2021-05-03 16:32:23 +02:00
parent 17a13a4430
commit c0cf2e73be
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<ul>
{{ block "list" . }}
{{ range .Pages }}
<li><a href="{{ .URL }}">{{ .RenderString .Title }}</a></li>
<li><a href="{{ .Permalink }}">{{ .RenderString .Title }}</a></li>
{{ end }}
{{ end }}
</ul>