diff options
author | HombreLaser <sebastian-440@live.com> | 2024-05-07 19:07:51 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2024-05-07 19:07:51 -0600 |
commit | b709feebcfccddf991f04e15dc19aaec22fe69fc (patch) | |
tree | 0bb8575cba9d9612e04130504d4bf881e99311e4 /_includes/header.liquid | |
parent | a4c0692f8dbab80cf5c0b5644ec050322040c4e3 (diff) |
Add polyglot
Diffstat (limited to '_includes/header.liquid')
-rw-r--r-- | _includes/header.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.liquid b/_includes/header.liquid index b3c3d34..e303e4b 100644 --- a/_includes/header.liquid +++ b/_includes/header.liquid @@ -7,7 +7,7 @@ <meta charset="UTF-8"> <title>{{ site.name }}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link href="{{ site.baseurl }}/assets/css/bulma.min.css" rel="stylesheet" type="text/css"> + <link href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css" rel="stylesheet" type="text/css"> <link href="{{ site.baseurl }}/assets/css/styles.css" rel="stylesheet" type="text/css"> <link href="{{ site.baseurl }}/assets/css/syntax_light.css" rel="stylesheet" type="text/css"> <link href="{{ site.baseurl }}/assets/css/syntax_dark.css" rel="stylesheet" type="text/css"> |