Update dependencies to newest versions
This commit is contained in:
parent
f13df8c31f
commit
a34819ee6d
18
index.html
18
index.html
|
@ -30,23 +30,23 @@ permalink: /
|
|||
<!-- Stylesheets -->
|
||||
{% comment %} Bootstrap should be the first stylesheet {% endcomment %}
|
||||
<link rel="stylesheet" type="text/css" crossorigin="anonymous"
|
||||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
|
||||
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T">
|
||||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
|
||||
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh">
|
||||
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/theme.css">
|
||||
<link rel="stylesheet" type="text/css" crossorigin="anonymous"
|
||||
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
|
||||
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf">
|
||||
href="https://use.fontawesome.com/releases/v5.12.0/css/all.css"
|
||||
integrity="sha384-REHJTs1r2ErKBuJB0fCK99gCYsVjwxHrSU0N7I1zl9vZbggVJXRMsv/sLlOAGb4M">
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin">
|
||||
|
||||
{% if site.ga and site.ga.cookieconsent %}
|
||||
<!-- Cookie Consent popup to comply with EU cookie law -->
|
||||
<link rel="stylesheet" type="text/css" crossorigin="anonymous"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css"
|
||||
integrity="sha384-AJ82o1PQz2xMlVWjJ+IdPSfyCVS/nJeYbLcpPhm/cEPrewaEdaYkaG6LCsquvogf" />
|
||||
<script async crossorigin="anonymous"
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"
|
||||
integrity="sha384-l+e8/kt7mRYg7RUc/i3MsNwDJlWxkWkFDX10LF/iNglZLT96GBMAPrbaH2GP2lQy"></script>
|
||||
href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css"
|
||||
integrity="sha384-nA7usz4cMKo7RylsCZnpe0V9qx5X7sa011o0OrDzrKUE7Ero1gB48Fjaw6SFxVZe" />
|
||||
<script async crossorigin="anonymous" data-cfasync="false"
|
||||
src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js"
|
||||
integrity="sha384-xLPjH6nqG4p/2mu1KJ1t+4KqcvkyXVwBucQtyGK65lDNfKzECxGY/QEYWR+Wompr"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function(){
|
||||
window.cookieconsent.initialise({
|
||||
|
|
Loading…
Reference in New Issue