diff --git a/layouts/_default/single.html b/layouts/_default/single.html index c0d7ca332..198f9a91d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,8 +1,8 @@ {{ define "main" }} {{ $ttop := debug.Timer "single" }} - + {{ partial "layouts/docsheader.html" . }} - + {{ with .Params.description }} {{ . | markdownify }}