mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 07:34:48 -04:00
Exif docs corrections (#978)
* Fix spelling issue * Add missing {{ end }} in Exif example
This commit is contained in:
parent
0f82420b86
commit
c841e9207f
@ -98,11 +98,12 @@ Tags:
|
|||||||
{{ range $k, $v := .Tags }}
|
{{ range $k, $v := .Tags }}
|
||||||
TAG: {{ $k }}: {{ $v }}
|
TAG: {{ $k }}: {{ $v }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Exif fields
|
#### Exif fields
|
||||||
|
|
||||||
Data
|
Date
|
||||||
: "photo taken" date/time
|
: "photo taken" date/time
|
||||||
|
|
||||||
Lat
|
Lat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user