diff --git a/changelog.md b/changelog.md
index 3d66b8ca..694bdb15 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,9 @@
# Changelog
## Version {next}
- - update linked GPG key
- - Added `integrity` values to external assets
+ - update linked GPG key (issue#7)
+ - Added `integrity` values to external assets (issue#10)
+ - Move mapbox links into own sub-view (issue#11)
## Version 0.0.10 (2016-09-10)
- Add an artisan command for sensiolab’s security check
diff --git a/resources/views/admin/newnote.blade.php b/resources/views/admin/newnote.blade.php
index 6cb7e0f0..4a0e39ca 100644
--- a/resources/views/admin/newnote.blade.php
+++ b/resources/views/admin/newnote.blade.php
@@ -22,8 +22,7 @@ New Note « Admin CP
@stop
@section('scripts')
-
-
+@include('templates.mapbox-links')
diff --git a/resources/views/admin/newplace.blade.php b/resources/views/admin/newplace.blade.php
index cdbd01fa..17e49327 100644
--- a/resources/views/admin/newplace.blade.php
+++ b/resources/views/admin/newplace.blade.php
@@ -19,8 +19,7 @@ New Place « Admin CP
@stop
@section('scripts')
-
-
+@include('templates.mapbox-links')
@stop
diff --git a/resources/views/allnotes.blade.php b/resources/views/allnotes.blade.php
index 0a5ce0f4..9e89f395 100644
--- a/resources/views/allnotes.blade.php
+++ b/resources/views/allnotes.blade.php
@@ -19,8 +19,7 @@ Notes « Jonny Barnes
@stop
@section('scripts')
-
-
+@include('templates.mapbox-links')
diff --git a/resources/views/micropubnewnotepage.blade.php b/resources/views/micropubnewnotepage.blade.php
index 8127aef2..4a823358 100644
--- a/resources/views/micropubnewnotepage.blade.php
+++ b/resources/views/micropubnewnotepage.blade.php
@@ -32,8 +32,7 @@ New Note « Jonny Barnes
@stop
@section('scripts')
-
-
+@include('templates.mapbox-links')
diff --git a/resources/views/singlenote.blade.php b/resources/views/singlenote.blade.php
index 210965c9..822fb8f1 100644
--- a/resources/views/singlenote.blade.php
+++ b/resources/views/singlenote.blade.php
@@ -31,8 +31,7 @@
@stop
@section('scripts')
-
-
+@include('templates.mapbox-links')
diff --git a/resources/views/singleplace.blade.php b/resources/views/singleplace.blade.php
index 0511736c..55530c70 100644
--- a/resources/views/singleplace.blade.php
+++ b/resources/views/singleplace.blade.php
@@ -14,8 +14,7 @@
@stop
@section('scripts')
-
-
+@include('templates.mapbox-links')
@stop
diff --git a/resources/views/templates/mapbox-links.blade.php b/resources/views/templates/mapbox-links.blade.php
new file mode 100644
index 00000000..28178354
--- /dev/null
+++ b/resources/views/templates/mapbox-links.blade.php
@@ -0,0 +1,2 @@
+
+