Merge branch 'release/0.0.11.2'
This commit is contained in:
commit
b0a1da4493
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Version 0.0.11.2 (2016-09-19)
|
||||
- Update Typekit’s js sri hash
|
||||
|
||||
## Version 0.0.11.1 (2016-09-17)
|
||||
- Fix a syntax issue in the download webmention job
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<main>
|
||||
@yield('content')
|
||||
</main>
|
||||
<script src="https://use.typekit.net/kmb3cdb.js" integrity="sha384-K/4E0NzJZXdpsxDKWbpP3NkSG+eA9slO7vv62+eOYgGPD142NqbSIvjcoVGvEh/r" crossorigin="anonymous"></script>
|
||||
<script src="https://use.typekit.net/kmb3cdb.js" integrity="sha384-OB5f9FHlHSvyS7naCO3mhhaMFEPYwqwcyFjiY6HdkAq3MihmBkC2KW8QmYboUwS3" crossorigin="anonymous"></script>
|
||||
<script>try{Typekit.load({ async: true });}catch(e){}</script>
|
||||
@section('scripts')
|
||||
<!--scripts go here when needed-->
|
||||
|
|
Loading…
Add table
Reference in a new issue