|
48 | 48 | href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" |
49 | 49 | integrity="sha256-LA89z+k9fjgMKQ/kq4OO2Mrf8VltYml/VES+Rg0fh20=" crossorigin> |
50 | 50 |
|
| 51 | + <link rel="stylesheet" |
| 52 | + href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" |
| 53 | + integrity="sha256-LA89z+k9fjgMKQ/kq4OO2Mrf8VltYml/VES+Rg0fh20=" crossorigin="anonymous"> |
| 54 | + |
51 | 55 | <link rel="preload" as="style" |
52 | 56 | href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/css/all.min.css" |
53 | 57 | integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" |
54 | 58 | crossorigin="anonymous"> |
55 | 59 |
|
56 | | - <link rel="stylesheet" |
57 | | - href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" |
58 | | - integrity="sha256-LA89z+k9fjgMKQ/kq4OO2Mrf8VltYml/VES+Rg0fh20=" crossorigin="anonymous"> |
59 | | - |
60 | 60 | <link rel="stylesheet" |
61 | 61 | href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/css/all.min.css" |
62 | 62 | integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" |
63 | 63 | crossorigin="anonymous"> |
64 | 64 |
|
| 65 | + |
65 | 66 | {% if page.layout == 'home' %} |
66 | 67 | <link rel="preload" href="{{ site.baseurl }}/assets/css/home.css" as="style"> |
67 | 68 | <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/home.css"> |
|
102 | 103 | {% endif %} |
103 | 104 |
|
104 | 105 |
|
105 | | - <!-- jquery --> |
106 | | - <link rel="preload" as="script" |
107 | | - href="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js" |
108 | | - integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"> |
109 | | - |
110 | | - <!-- popper --> |
111 | 106 | <link rel="preload" as="script" |
112 | | - href="https://cdn.jsdelivr.net/npm/popper.js@1.15.0/dist/umd/popper.min.js" |
113 | | - integrity="sha256-fTuUgtT7O2rqoImwjrhDgbXTKUwyxxujIMRIK7TbuNU=" crossorigin> |
114 | | - |
115 | | - <script src="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js" |
116 | | - integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> |
117 | | - |
118 | | - <script> |
119 | | - window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/lib/jquery-3.4.1.min.js"><\/script>'); |
120 | | - </script> |
| 107 | + href="https://cdn.jsdelivr.net/combine/npm/jquery@3.4.1,npm/popper.js@1.15.0,npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" crossorigin> |
121 | 108 |
|
122 | | - <script src="https://cdn.jsdelivr.net/npm/popper.js@1.15.0/dist/umd/popper.min.js" |
123 | | - integrity="sha256-fTuUgtT7O2rqoImwjrhDgbXTKUwyxxujIMRIK7TbuNU=" crossorigin="anonymous"></script> |
| 109 | + <script src="https://cdn.jsdelivr.net/combine/npm/jquery@3.4.1,npm/popper.js@1.15.0,npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"></script> |
124 | 110 |
|
125 | | - <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" |
126 | | - integrity="sha256-5+02zu5UULQkO7w1GIr6vftCgMfFdZcAHeDtFnKZsBs=" crossorigin="anonymous" async></script> |
127 | 111 |
|
128 | 112 | <script src="{{ site.baseurl }}/assets/js/dist/commons.js" async></script> |
129 | 113 |
|
|
0 commit comments