diff --git a/changelog.md b/changelog.md index ca2805ce..8c01b87b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## Version 0.0.8.4 (2016-07-18) + - Make the revised non-elixir asset links absolute + ## Version 0.0.8.3 (2016-07-18) - Dump laravel-elixir, use gulp natively. Also this means using nginx and etags for cache-busting diff --git a/resources/views/admin/editarticle.blade.php b/resources/views/admin/editarticle.blade.php index 043462f7..e0a993c8 100644 --- a/resources/views/admin/editarticle.blade.php +++ b/resources/views/admin/editarticle.blade.php @@ -26,7 +26,7 @@ Edit Article « Admin CP @section('scripts') @parent - + + - - - + + + - + @stop diff --git a/resources/views/admin/newnote.blade.php b/resources/views/admin/newnote.blade.php index 90703a9a..d1b727ea 100644 --- a/resources/views/admin/newnote.blade.php +++ b/resources/views/admin/newnote.blade.php @@ -25,10 +25,10 @@ New Note « Admin CP - - - - + + + + - + @stop diff --git a/resources/views/admin/newplace.blade.php b/resources/views/admin/newplace.blade.php index dbc68762..046a1dd8 100644 --- a/resources/views/admin/newplace.blade.php +++ b/resources/views/admin/newplace.blade.php @@ -22,5 +22,5 @@ New Place « Admin CP - + @stop diff --git a/resources/views/allnotes.blade.php b/resources/views/allnotes.blade.php index d2048acc..92d790b6 100644 --- a/resources/views/allnotes.blade.php +++ b/resources/views/allnotes.blade.php @@ -22,10 +22,10 @@ Notes « Jonny Barnes - - - + + + - - + + @stop diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index 1eaa3a65..57c0febe 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -4,8 +4,8 @@