mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-12-08 21:53:35 -05:00
449 B
449 B
| 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 |
|
|
|
|
false |
{{ with (imageConfig "favicon.ico") }}
favicon.ico: {{.Width}} x {{.Height}}
{{ end }}