summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/functions-return-type.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/functions-return-type.html')
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/functions-return-type.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/functions-return-type.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/functions-return-type.html
new file mode 100644
index 000000000..5b01bb560
--- /dev/null
+++ b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/functions-return-type.html
@@ -0,0 +1,6 @@
+{{- with .Params.action.returnType }}
+ <p class="fw7 primary-color-dark">Returns</p>
+ <pre class="f5 ph3 pv2 bg-light-gray" style="border-left:4px solid #0594CB;">
+ {{- . -}}
+ </pre>
+{{- end -}}