Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-04-20 16:20:08 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-04-20 16:20:08 +0300
commit75b16e30ec55e82a8024cc4d27880d9b79e0fa41 (patch)
treee4e5a83af3d519e8b90b047558310638547f3a8a /docs
parent0508ca1856e57421fca699c6427cc19531b55b7a (diff)
docs: Regenerate docs helper
Diffstat (limited to 'docs')
-rw-r--r--docs/data/docs.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/data/docs.json b/docs/data/docs.json
index 4a68378ae..22f6cad48 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -2667,7 +2667,7 @@
"Uniq": {
"Description": "Uniq takes in a slice or array and returns a slice with subsequent\nduplicate elements removed.",
"Args": [
- "l"
+ "seq"
],
"Aliases": [
"uniq"
@@ -3232,7 +3232,7 @@
},
"partials": {
"Include": {
- "Description": "Include executes the named partial and returns either a string,\nwhen the partial is a text/template, or template.HTML when html/template.",
+ "Description": "Include executes the named partial.\nIf the partial contains a return statement, that value will be returned.\nElse, the rendered output will be returned:\nA string if the partial is a text/template, or template.HTML when html/template.",
"Args": [
"name",
"contextList"