mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-14 14:58:05 +03:00
Merge commit 'ec4e6f9df2
' as 'docs'
This commit is contained in:
commit
a1900826b9
839 changed files with 44703 additions and 0 deletions
24
docs/content/functions/imageConfig.md
Normal file
24
docs/content/functions/imageConfig.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
linktitle: imageConfig
|
||||
description: Parses the image and returns the height, width, and color model.
|
||||
godocref:
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
categories: [functions]
|
||||
menu:
|
||||
docs:
|
||||
parent: "functions"
|
||||
#tags: [images]
|
||||
signature: ["imageConfig PATH"]
|
||||
workson: []
|
||||
hugoversion:
|
||||
relatedfuncs: []
|
||||
deprecated: false
|
||||
---
|
||||
|
||||
```
|
||||
{{ with (imageConfig "favicon.ico") }}
|
||||
favicon.ico: {{.Width}} x {{.Height}}
|
||||
{{ end }}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue