diff --git a/changelog.md b/changelog.md
index 7c0cf328..3d66b8ca 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,7 @@
## Version {next}
- update linked GPG key
+ - Added `integrity` values to external assets
## 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 d1b727ea..6cb7e0f0 100644
--- a/resources/views/admin/newnote.blade.php
+++ b/resources/views/admin/newnote.blade.php
@@ -22,8 +22,8 @@ New Note « Admin CP
@stop
@section('scripts')
-
-
+
+
diff --git a/resources/views/admin/newplace.blade.php b/resources/views/admin/newplace.blade.php
index 046a1dd8..cdbd01fa 100644
--- a/resources/views/admin/newplace.blade.php
+++ b/resources/views/admin/newplace.blade.php
@@ -19,8 +19,8 @@ New Place « Admin CP
@stop
@section('scripts')
-
-
+
+
@stop
diff --git a/resources/views/allnotes.blade.php b/resources/views/allnotes.blade.php
index 92d790b6..0a5ce0f4 100644
--- a/resources/views/allnotes.blade.php
+++ b/resources/views/allnotes.blade.php
@@ -19,8 +19,8 @@ Notes « Jonny Barnes
@stop
@section('scripts')
-
-
+
+
diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php
index e03fe4f8..46b7e0b4 100644
--- a/resources/views/master.blade.php
+++ b/resources/views/master.blade.php
@@ -30,7 +30,7 @@
@yield('content')
-
+
@section('scripts')
diff --git a/resources/views/micropubnewnotepage.blade.php b/resources/views/micropubnewnotepage.blade.php
index db39670c..8127aef2 100644
--- a/resources/views/micropubnewnotepage.blade.php
+++ b/resources/views/micropubnewnotepage.blade.php
@@ -32,8 +32,8 @@ New Note « Jonny Barnes
@stop
@section('scripts')
-
-
+
+
diff --git a/resources/views/singlenote.blade.php b/resources/views/singlenote.blade.php
index 9c5f6525..210965c9 100644
--- a/resources/views/singlenote.blade.php
+++ b/resources/views/singlenote.blade.php
@@ -31,8 +31,8 @@
@stop
@section('scripts')
-
-
+
+
diff --git a/resources/views/singleplace.blade.php b/resources/views/singleplace.blade.php
index 3c58a2e3..0511736c 100644
--- a/resources/views/singleplace.blade.php
+++ b/resources/views/singleplace.blade.php
@@ -14,8 +14,8 @@
@stop
@section('scripts')
-
-
+
+
@stop