This repository was archived by the owner on Nov 6, 2022. It is now read-only.
File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.1.5
2
+
3
+ - Fix external map links
4
+
1
5
## 4.1.4
2
6
3
7
- Update copyright date
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @trail-image/blog" ,
3
3
"description" : " Trail Image blog" ,
4
- "version" : " 4.1.2 " ,
4
+ "version" : " 4.1.5 " ,
5
5
"private" : false ,
6
6
"author" : {
7
7
"name" : " Jason Abbott"
Original file line number Diff line number Diff line change 17
17
<link href =' /img/favicon.ico' rel =' shortcut icon' />
18
18
<link href =' /img/favicon.ico' rel =' icon' type =' image/vnd.microsoft.icon' />
19
19
{{> ga }}
20
- <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.46 .0/mapbox-gl.css' rel =' stylesheet' />
20
+ <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.48 .0/mapbox-gl.css' rel =' stylesheet' />
21
21
<link href =" https://fonts.googleapis.com/icon?family=Material+Icons" rel =" stylesheet" >
22
22
<link href =' /css/mapbox.css' rel =' stylesheet' type =' text/css' />
23
- <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.46 .0/mapbox-gl.js' ></script >
23
+ <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.48 .0/mapbox-gl.js' ></script >
24
24
<script src =' //ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js' type =' text/javascript' ></script >
25
25
<script type =' text/javascript' >
26
26
{{! values used within mapbox .js }}
54
54
{{ /if }}
55
55
<button class =' back link' data-link =" /{{ post.key }} " >{{{ icon ' assignment_return' }}} <p >View Blog Post</p ></button >
56
56
{{ /if }}
57
- <button class =' google-earth map-link' data-link =' {{{ config.map.link.googleEarth }}} ' >
57
+ <button class =' google-earth map-link' data-link =' {{{ config.providers. map.link.googleEarth }}} ' >
58
58
{{{ icon ' 3d_rotation' }}} <p >View in Google Earth</p >
59
59
</button >
60
- <button class =' gaia-gps map-link' data-link =' {{{ config.map.link.gaiaGPS }}} ' >
60
+ <button class =' gaia-gps map-link' data-link =' {{{ config.providers. map.link.gaiaGPS }}} ' >
61
61
{{{ icon ' system_update' }}} <p ><b >View in Gaia GPS</b >Draw routes and download to the mobile app</p >
62
62
</button >
63
63
</nav >
Original file line number Diff line number Diff line change 93
93
data-big =" {{ size.big.url }} " data-big-width =" {{ size.big.width }} " data-big-height =" {{ size.big.height }} " />
94
94
<div class =" info-button" >{{{ icon ' photo_camera' }}} <p >Camera Settings</p ></div >
95
95
96
- {{ #if tags }}
96
+ {{ #if tags.size }}
97
97
<nav class =" tags" >
98
98
{{{ icon ' local_offer' }}}
99
99
<h4 >More photos like this</h4 >
You can’t perform that action at this time.
0 commit comments