mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Merge commit '14e369b961943a0b977776899e24e8bea63834df'
This commit is contained in:
		| @@ -101,6 +101,17 @@ TAG: {{ $k }}: {{ $v }} | ||||
| {{ end }} | ||||
| ``` | ||||
|  | ||||
| Or individually access EXIF data with dot access, e.g.: | ||||
|  | ||||
| ```go-html-template | ||||
| {{ with $img.Exif }} | ||||
| Date: {{ .Date }} | ||||
| Lat/Long: {{ .Lat }}/{{ .Long }} | ||||
| Aperture: {{ .Tags.ApertureValue }} | ||||
| Focal Length: {{ .Tags.FocalLength }} | ||||
| {{ end }} | ||||
| ``` | ||||
|  | ||||
| #### Exif fields | ||||
|  | ||||
| Date | ||||
|   | ||||
		Reference in New Issue
	
	Block a user