diff options
author | Peter Dave Hello | 2015-07-01 00:12:16 +0800 |
---|---|---|
committer | Peter Dave Hello | 2015-07-01 00:12:16 +0800 |
commit | ba6bf141f46c3d844860a0309b7ab305d95582c9 (patch) | |
tree | 8c7864604cf38dff09e01baf13dae53f95f7f0b9 /public/index.html | |
parent | 32a6869dfe10050aaf07dd438e0139e3b4a19b1f (diff) |
use minified bootstrap-social on cdn
Diffstat (limited to '')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index b19c7469..9fd6ccd6 100644 --- a/public/index.html +++ b/public/index.html @@ -21,7 +21,7 @@ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.2/select2-bootstrap.min.css`"> <!-- Custom styles for this template --> <link rel="stylesheet" href="/css/cover.css"> - <link rel="stylesheet" href="/css/bootstrap-social.css"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css"> <link rel="stylesheet" href="/css/site.css"> </head> |