mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
committed by
Bjørn Erik Pedersen
parent
99958f90fe
commit
574c2959b8
@@ -1451,6 +1451,35 @@
|
||||
"footnoteAnchorPrefix": "",
|
||||
"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": {
|
||||
@@ -3192,6 +3221,12 @@
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"IsProduction": {
|
||||
"Description": "",
|
||||
"Args": null,
|
||||
"Aliases": null,
|
||||
"Examples": null
|
||||
},
|
||||
"Version": {
|
||||
"Description": "",
|
||||
"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": {
|
||||
"Description": "Sub subtracts two numbers.",
|
||||
"Args": [
|
||||
|
Reference in New Issue
Block a user