Files
hugo/content/functions/imageConfig.md
T
Bjørn Erik Pedersen 158cee1b5c Make the tags into keywords
See #32
2017-09-13 19:50:17 +02:00

449 B

linktitle, description, godocref, date, publishdate, lastmod, categories, menu, keywords, signature, workson, hugoversion, relatedfuncs, deprecated
linktitle description godocref date publishdate lastmod categories menu keywords 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
images
imageConfig PATH
false
{{ with (imageConfig "favicon.ico") }}
favicon.ico: {{.Width}} x {{.Height}}
{{ end }}