mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 18:24:45 -04:00
parent
efeea7be01
commit
02219f7877
@ -1451,6 +1451,35 @@
|
|||||||
"footnoteAnchorPrefix": "",
|
"footnoteAnchorPrefix": "",
|
||||||
"footnoteReturnLinkContents": ""
|
"footnoteReturnLinkContents": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"minifiers": {
|
||||||
|
"tdewolff": {
|
||||||
|
"enableHtml": true,
|
||||||
|
"enableCss": true,
|
||||||
|
"enableJs": true,
|
||||||
|
"enableJson": true,
|
||||||
|
"enableSvg": true,
|
||||||
|
"enableXml": true,
|
||||||
|
"html": {
|
||||||
|
"keepConditionalComments": true,
|
||||||
|
"keepDefaultAttrVals": true,
|
||||||
|
"keepDocumentTags": true,
|
||||||
|
"keepEndTags": true,
|
||||||
|
"keepWhitespace": false
|
||||||
|
},
|
||||||
|
"css": {
|
||||||
|
"decimals": -1,
|
||||||
|
"keepCSS2": true
|
||||||
|
},
|
||||||
|
"js": {},
|
||||||
|
"json": {},
|
||||||
|
"svg": {
|
||||||
|
"decimals": -1
|
||||||
|
},
|
||||||
|
"xml": {
|
||||||
|
"keepWhitespace": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"media": {
|
"media": {
|
||||||
@ -3192,6 +3221,12 @@
|
|||||||
"Aliases": null,
|
"Aliases": null,
|
||||||
"Examples": null
|
"Examples": null
|
||||||
},
|
},
|
||||||
|
"IsProduction": {
|
||||||
|
"Description": "",
|
||||||
|
"Args": null,
|
||||||
|
"Aliases": null,
|
||||||
|
"Examples": null
|
||||||
|
},
|
||||||
"Version": {
|
"Version": {
|
||||||
"Description": "",
|
"Description": "",
|
||||||
"Args": null,
|
"Args": null,
|
||||||
@ -3544,6 +3579,19 @@
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"Sqrt": {
|
||||||
|
"Description": "Sqrt returns the square root of a number.\nNOTE: will return for NaN for negative values of a",
|
||||||
|
"Args": [
|
||||||
|
"a"
|
||||||
|
],
|
||||||
|
"Aliases": null,
|
||||||
|
"Examples": [
|
||||||
|
[
|
||||||
|
"{{math.Sqrt 81}}",
|
||||||
|
"9"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
"Sub": {
|
"Sub": {
|
||||||
"Description": "Sub subtracts two numbers.",
|
"Description": "Sub subtracts two numbers.",
|
||||||
"Args": [
|
"Args": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user