diff options
Diffstat (limited to 'themes/docsy/layouts/_default/single.html')
-rw-r--r-- | themes/docsy/layouts/_default/single.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/docsy/layouts/_default/single.html b/themes/docsy/layouts/_default/single.html new file mode 100644 index 0000000..b2e137a --- /dev/null +++ b/themes/docsy/layouts/_default/single.html @@ -0,0 +1,5 @@ +{{ define "main" }} +{{ with .Content }} +{{ . }} +{{ end }} +{{ end }}
\ No newline at end of file |