-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Greg Westneat
committed
Sep 12, 2017
1 parent
8ccd846
commit f9a8733
Showing
6 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -21,16 +21,20 @@ to serve the files as close, and fast as possible to your users: | |
|
||
Just add a link to the css file in your `<head>`: | ||
|
||
<<<<<<< HEAD | ||
```html | ||
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/[email protected]/slick/slick.css"/> | ||
======= | ||
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/[email protected]/slick/slick.css"/> | ||
>>>>>>> 1.7.2 | ||
<!-- Add the slick-theme.css if you want default styling --> | ||
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/[email protected].1/slick/slick-theme.css"/> | ||
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/[email protected].2/slick/slick-theme.css"/> | ||
``` | ||
|
||
Then, before your closing ```<body>``` tag add: | ||
|
||
```html | ||
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/kenwheeler/[email protected].1/slick/slick.min.js"></script> | ||
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/kenwheeler/[email protected].2/slick/slick.min.js"></script> | ||
``` | ||
|
||
#### Package Managers | ||
|
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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.