Files
hugo/content/functions/imageConfig.md
T
Bjørn Erik Pedersen a1b2fd3bdc Remove the code fence language codes
See #61
2017-07-20 11:51:45 +02:00

446 B

linktitle, description, godocref, date, publishdate, lastmod, categories, menu, signature, workson, hugoversion, relatedfuncs, deprecated
linktitle description godocref date publishdate lastmod categories menu signature workson hugoversion relatedfuncs deprecated
imageConfig Parses the image and returns the height, width, and color model. 2017-02-01 2017-02-01 2017-02-01
functions
docs
parent
functions
imageConfig PATH
false
{{ with (imageConfig "favicon.ico") }}
favicon.ico: {{.Width}} x {{.Height}}
{{ end }}