Files
docker-docs/layouts/shortcodes/sectionlinks.html
2023-12-14 21:58:02 +01:00

4 lines
72 B
HTML

{{ range .Page.Pages }}
- [{{ .Title }}]({{ .RelPermalink }})
{{ end }}