all repos — nasg @ 97a7ce75a914c1f42cb36eaa341577b41e0bdf85

removing location from photos
Peter Molnar hello@petermolnar.eu
Wed, 28 Jun 2017 11:37:22 +0000
commit

97a7ce75a914c1f42cb36eaa341577b41e0bdf85

parent

73764e96bdbc842ca19360e0cdfc7f058787bea8

1 files changed, 0 insertions(+), 10 deletions(-)

jump to
M block_exif.htmlblock_exif.html

@@ -42,15 +42,5 @@ <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>