-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add vendors into project instead of using cdn
- Loading branch information
Long Do
committed
May 28, 2020
1 parent
2493a74
commit 7a506f7
Showing
11 changed files
with
12,529 additions
and
9 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,11 @@ | |
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png"> | ||
<link rel="manifest" href="assets/favicon/site.webmanifest"> | ||
|
||
<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css"> | ||
<link rel="stylesheet" href="{{ "/assets/css/main.min.css" | prepend: site.baseurl }}"> | ||
<link rel="stylesheet" href="{{ "/assets/css/vendors.min.css" | prepend: site.baseurl }}"> | ||
|
||
<script src="{{ "/assets/js/app.js" | prepend: site.baseurl }}" async></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js" defer></script> | ||
<script src="https://unpkg.com/[email protected]/dist/aos.js" defer></script> | ||
<script src="{{ "/assets/js/vendors.min.js" | prepend: site.baseurl }}"></script> | ||
<script src="{{ "/assets/js/app.min.js" | prepend: site.baseurl }}"></script> | ||
</head> | ||
|
||
<body> | ||
|
Oops, something went wrong.