diff --git a/src/docs/index.html b/src/docs/index.html index e0ab280..87703f9 100644 --- a/src/docs/index.html +++ b/src/docs/index.html @@ -2,11 +2,14 @@ {{$markdownFilename := default "index" (slice $pathParts 2 | join "/")}} {{$markdownFilePath := printf "/docs/markdown/%s.md" $markdownFilename}} {{$markdownFile := (include $markdownFilePath | splitFrontMatter)}} +{{$title := default $markdownFilename $markdownFile.Meta.title}}
-