|
11 | 11 | <title><%= pageTitle %></title>
|
12 | 12 |
|
13 | 13 | <% if (useCDN) { %>
|
14 |
| - <!-- Bootstrap --> |
15 |
| - <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet"> |
16 |
| - <link href="https://cdn.datatables.net/2.2.2/css/dataTables.bootstrap5.min.css" rel="stylesheet"> |
17 |
| - <link href="https://cdn.datatables.net/responsive/3.0.4/css/responsive.bootstrap5.min.css" rel="stylesheet"> |
| 14 | + <!-- Bootstrap --> |
| 15 | + <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet"> |
| 16 | + <link href="https://cdn.datatables.net/2.2.2/css/dataTables.bootstrap5.min.css" rel="stylesheet"> |
| 17 | + <link href="https://cdn.datatables.net/responsive/3.0.4/css/responsive.bootstrap5.min.css" rel="stylesheet"> |
18 | 18 |
|
19 |
| - <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
20 |
| - <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| 19 | + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 20 | + <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
21 | 21 |
|
22 |
| - <!--[if lt IE 9]> |
23 |
| - <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> |
24 |
| - <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script> |
25 |
| - <![endif]--> |
| 22 | + <!--[if lt IE 9]> |
| 23 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> |
| 24 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script> |
| 25 | + <![endif]--> |
26 | 26 |
|
27 |
| - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" /> |
| 27 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" /> |
| 28 | + |
| 29 | + <!-- Darkmode --> |
| 30 | + <script> |
| 31 | + <%= darkmodeScript %> |
| 32 | + </script> |
28 | 33 | <% } else { %>
|
29 |
| - <!-- Bootstrap --> |
30 |
| - <link rel="stylesheet" href="../assets/css/bootstrap.min.css" > |
31 |
| - <link rel="stylesheet" href="../assets/css/dataTables.bootstrap.min.css" > |
32 |
| - <link rel="stylesheet" href="../assets/css/responsive.bootstrap5.min.css" > |
| 34 | + <script src="../assets/js/darkmode.js"></script> |
| 35 | + |
| 36 | + <!-- Bootstrap --> |
| 37 | + <link rel="stylesheet" href="../assets/css/bootstrap.min.css" > |
| 38 | + <link rel="stylesheet" href="../assets/css/dataTables.bootstrap.min.css" > |
| 39 | + <link rel="stylesheet" href="../assets/css/responsive.bootstrap5.min.css" > |
33 | 40 |
|
34 |
| - <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
35 |
| - <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| 41 | + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 42 | + <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
36 | 43 |
|
37 |
| - <!--[if lt IE 9]> |
38 |
| - <script src="../assets/js/html5shiv.min.js"></script> |
39 |
| - <script src="../assets/js/respond.min.js"></script> |
40 |
| - <![endif]--> |
| 44 | + <!--[if lt IE 9]> |
| 45 | + <script src="../assets/js/html5shiv.min.js"></script> |
| 46 | + <script src="../assets/js/respond.min.js"></script> |
| 47 | + <![endif]--> |
41 | 48 |
|
42 |
| - <link href="../assets/css/font-awesome.min.css" rel="stylesheet"> |
| 49 | + <link href="../assets/css/font-awesome.min.css" rel="stylesheet"> |
43 | 50 | <% } %>
|
44 | 51 |
|
45 | 52 | <!-- Custom Theme Style -->
|
|
147 | 154 | <% if (!pageFooter) { %>
|
148 | 155 | <div class="created-by">
|
149 | 156 | <p>Maintained by Wasiq Bhamla. Find me on:</p>
|
150 |
| - <a href="https://www.youtube.com/@WasiqBhamla" target="_blank"><i class="fa fa-rss-square fa-2x"></i></a> |
| 157 | + <a href="https://www.youtube.com/@WasiqBhamla" target="_blank"><i class="fa fa-youtube-square fa-2x"></i></a> |
151 | 158 | <a href="https://github.com/WasiqB/" target="_blank"><i class="fa fa-github-square fa-2x"></i></a>
|
152 | 159 | <a href="https://www.linkedin.com/in/wasiqbhamla/" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a>
|
153 | 160 | <a href="https://stackoverflow.com/users/5320558/wasiq-bhamla" target="_blank"><i class="fa fa-stack-overflow fa-2x"></i></a>
|
|
0 commit comments