removing location from photos

This commit is contained in:
Peter Molnar 2017-06-28 11:37:22 +00:00
parent 73764e96bd
commit 97a7ce75a9

View file

@ -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>