rclone/docs/layouts/_default/section.html
Nick Craig-Wood c1c9e209f3 docs: fix hugo warning: found no layout file for "html" for kind "section"
Hugo has been making this warning for a while

WARN found no layout file for "html" for kind "section": You should
create a template file which matches Hugo Layouts Lookup Rules for
this combination.

It turned out to be
- the arrangement of the oracle object storage docs and sub page
- the fact that a section template was missing
2024-06-15 12:29:37 +01:00

4 lines
45 B
HTML

{{ define "main" }}
{{ .Content }}
{{ end }}