removing location from photos
This commit is contained in:
parent
73764e96bd
commit
97a7ce75a9
1 changed files with 0 additions and 10 deletions
|
@ -41,16 +41,6 @@
|
|||
<svg class="icon"><use xlink:href="#icon-lens" /></svg>
|
||||
{{ post.exif.lens }}
|
||||
</dd>
|
||||
{% endif %}
|
||||
{% if (post.exif.geo_latitude) and (post.exif.geo_longitude) %}
|
||||
<dt>Coordinates</dt>
|
||||
<dd>
|
||||
<svg class="icon"><use xlink:href="#icon-location" /></svg>
|
||||
<a class="h-geo geo p-location" href="https://www.bing.com/maps?cp={{ post.exif.geo_latitude}}~{{ post.exif.geo_longitude }}&v=2&lvl=16&sty=a&sp=point.{{ post.exif.geo_latitude}}_{{ post.exif.geo_longitude }}_{{ site.url|urlencode() ~ '/' ~ post.slug|urlencode() }}">
|
||||
<span class="p-latitude">{{ post.exif.geo_latitude }}</span>
|
||||
<span class="p-longitude">{{ post.exif.geo_longitude }}</span>
|
||||
</a>
|
||||
</dd>
|
||||
{% endif %}
|
||||
</dl>
|
||||
</aside>
|
||||
|
|
Loading…
Reference in a new issue