Skip to content

Commit a83e6ff

Browse files
authored
Fix bootstrap cdn url
1 parent 3793123 commit a83e6ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta name="msapplication-config" content="{{ 'browserconfig.xml' | absolute_url }}">
1313
<meta name="msapplication-TileColor" content="#F99D25">
1414
<meta name="theme-color" content="#F99D25">
15-
<link rel="stylesheet" href="//cdn.usebootstrap.com/bootstrap/4.3.1/css/bootstrap.min.css" />
15+
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
1616
<link rel="stylesheet" href="//kit-free.fontawesome.com/releases/latest/css/free.min.css" media="all" />
1717
<link rel="stylesheet" href="//kit-free.fontawesome.com/releases/latest/css/free-v4-shims.min.css" media="all" />
1818
<link rel="stylesheet" href="{{ 'Content/style.css' | relative_url }}" />

0 commit comments

Comments
 (0)