We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df94a99 commit 02e9bd1Copy full SHA for 02e9bd1
templates/skeleton.html
@@ -6,10 +6,11 @@
6
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7
<meta name="viewport" content="width=device-width, initial-scale=1">
8
<title>Skeleton - Free Bulma template</title>
9
- <link rel="stylesheet" href="https://unpkg.com/bulma@0.7.4/css/bulma.min.css">
10
- <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
+
11
<!-- Bulma Version 0.7.x-->
12
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css" />
+ <link rel="stylesheet" href="https://unpkg.com/bulma@0.7.5/css/bulma.min.css">
13
+ <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
14
</head>
15
16
<body>
0 commit comments