Update to Bootstrap 5

This commit is contained in:
Thomas Jensen 2022-01-21 21:36:08 +01:00
parent 326db94d81
commit c2e9b52139
No known key found for this signature in database
GPG Key ID: 54243EF8EA4945B2
1 changed files with 4 additions and 4 deletions

View File

@ -30,12 +30,12 @@ permalink: /
<!-- Stylesheets -->
{%- comment -%} Bootstrap should be the first stylesheet {%- endcomment %}
<link rel="stylesheet" type="text/css" crossorigin="anonymous"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l">
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3">
<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.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk">
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap">